flutter-clean-architecture-example icon indicating copy to clipboard operation
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...

Results 2 flutter-clean-architecture-example issues
Sort by recently updated
recently updated
newest added

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...