flutter Flutter application templates and bottom navigation using provider and MobX Application developers are accustomed to having using an IDE to create a brand new application using one of the provide templates as a starting point. For example, when creating an Android application...
flutter Combining Flutter's AnimatedList with MobX In my previous post, I demonstrated how MobX is a great library for doing state management with Flutter applications (at least I hope I did!). It's quite common for applications to present...
flutter Managing UI state in Flutter with MobX and provider - Dissecting a Hacker News app When looking at building applications for Flutter, state management has become a hot topic that there's now a dedicated section on it on the official Flutter website. Having come from a background where...