guilherme-v / flutter-clean-architecture-example

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, Widget and Unit Tests, Infinite scrolling, Remote API calls, Caching and etc..
587 stars 133 forks source link

Should the get_it example use watch_it? #10

Open Hackmodford opened 6 months ago

Hackmodford commented 6 months ago

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 get_it_mixin but with a more intuitive and streamlined API. Porting an existing project using get_it_mixin is really easy and quick.

Should the get_it example be updated to use watch_it?

guilherme-v commented 6 months ago

Hi @Hackmodford, thanks for letting me know

I'll have a look at it and update the examples if required 👍