Broadcast
18 postsDart & Flutter: Full duplex connection
Stream about a full-duplex connection, TCP/IP and WebSockets in Flutter and Dart
Oops, That's It! Mistakes We Make in Dart and Flutter
We delved into the 'popular' blunders, pitfalls, and non-obvious mistakes that one way or another every developer encounters. Let's try to find ways to avoid these painful moments in the future, making your code cleaner and your work more enjoyable.
1 min read
Server-side application with Dart
How to create multithread server-side applications with Dart and deploy them.
Let's analyze how the service allows you to search through the documentation of the flutter: https://plugfox.dev/flutter-api-search/
Also, look at shelf (Web server) and drift (SQLite database) packages.
Flutter Voronezh Meetup | Debate: Is GetX good or not?
Usually, GetX is not treated neutrally - some criticize it, others praise it. We decided to let both of them speak. And the easiest way to do this is to have a debate. Well, so that the event does not turn into a senseless argument ...
Practical use of Business Logic Components (BLoC)
Learning to use the business logic component in practice. All sorts of hints and non-obvious moments.
Using pigeon to interact with the platform
Learning to interact with android through code generation
Dart UP 2021 - The concept of a new routing, Router, Navigator 2.0
Let's analyze the concept of new navigation and routing, what it is for and what problems it solves. Let's find out what the new Router is, its relationship with the operating system and the application's navigation state.
Widgets, Context, State, Keys
What are widgets, context, state, how it works. How many times heavier is the Stateful Widget than Stateless? And is it really so?