How to Migrate Your Flutter App from Provider to MVVM+Migrating your app from Provider to another state management library can be a very, very large lift. Think refactoring…Sep 25, 20221Sep 25, 20221
Flutter State Management with MVVM+MVVM+ is a Flutter implementation of MVVM, plus support for sharing business logic across widgets.Aug 10, 20221Aug 10, 20221
How to Extend StatefulWidget into an MVVM WorkhorseManaging state requires the separation of UI and state. Because StatefulWidget mixes UI and state within its State class, we cannot use a…Aug 2, 20221Aug 2, 20221