May 25, 2021
I was dying to learn state management in Flutter. It is one of the most essential topics for any large-scale app development. Learned how to construct the MVC pattern in the Flutter ecosystem. I think there is a much easier way to do this now that plugins like provider and bloc are available. To get more info on how to use them practically, you can check out some of the Flutter foursquare app templates that use them and make the app structured.