DEV Community

Discussion on: 11 Beginner Tips for Google's Flutter

Collapse
 
chektek profile image
Zack Hoherchak

Shout out to "Moussenger" from Reddit, who wanted me to mention that GetIt is really only meant to be used as a way to inject services and is not a fully feature state management library. If you need something more than passing a value or two from one side of the app to the other you will want to invest in a true state management library like Provider, BLoC, Riverpod, Mobx, Redux, etc.

Some comments have been hidden by the post's author - find out more