Flutter State Management on Edge
Living on the edge.
Here is an example of using two of the most popular state management in Flutter. Provider and Bloc.
Surprisingly, they still work as expected.
I’ll probably keep on using Bloc for this project. I find the separation of UI and business logic more appealing. Just need to get used to it’s state-event design.