zubairehman / flutter_boilerplate_project

A boilerplate project created in flutter using MobX and Provider.
http://zubairehman.surge.sh/
MIT License
2.26k stars 905 forks source link

Why should use both Mobx and Provider for State management? #111

Closed MrGru closed 2 years ago

MrGru commented 2 years ago

I see that Provider is enough for state management. Why do we need both Provider and Mobx?

gc-robotics commented 2 years ago

Perhaps, this is relevant to your questions:

zubairehman commented 2 years ago

Hi @MrGru ,

Thanks for pointing it out. Please follow this branch for upcoming changes: https://github.com/zubairehman/flutter-boilerplate-project/tree/feature/mvi. The provider has been removed as I was just using it for providing stores to widgets.

Thanks