Reload a widget after Navigator.pop()
When the user navigates from one screen to another, he most likely eventually comes back after he …
Flutter tutorials touching the topic state management, which is often hard for beginners. The target is to give a broad overview of which state management solutions are applicable for you use case.
From StatefulWidget to BLoC - there are a lot of topics to cover here.
When the user navigates from one screen to another, he most likely eventually comes back after he …
It’s almost inevitable to come across the concept of or at least the term “BLoC” when you learn …
Having used Flutter for a while, you’ve probably come into contact with a Widget called …
A BLoC that only processes events from a widget and emits states based on its own logic is fairly …
There are numerous documentations on the web explaining the purpose of the BLoC pattern and how it’s …
Probably one of the most frequently asked questions of Flutter beginners is about the difference of …