flutter-clean-architecture-example
flutter-clean-architecture-example copied to clipboard
A flutter's implementation of a "clean architecture" comparing BLoC, Cubit, GetIt, MobX, Provider, and Riverpod. It includes tests to all libraries and additional features like Material 3 theming, Wid...
The author of `get_it` has overhauled the `get_it_mixin` package with `watch_it`. > Hi my friends, > > I recently published my new package watch_it https://github.com/escamoteur/watch_it, an overhauled version of the...
Hi. Thanks for your work I learned a lot from that. I wonder if we use this 3 layer architecture (Domain-Data-Presentation) as you did, using details from external data sources...