Our great sponsors
-
I personally recommend Riverpod for state management and you can find many articles within the links above or you can reference the documentation here: https://riverpod.dev/
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
- Fellow Flutter developers, how do you handle state persistence?
- Riverpod 2.0 – Complete Guide (Flutter Tutorial)
- Why do most solutions tie state to the widget tree?
- Hello Flutter with Riverpod 1.0.0!
- Is there a way to unsubscribe from listening to a Riverpod provider without destroying the object that was originally listening? Or are we supposed to make a separate new object that does not watch the original provider, sub it in, and somehow self-dispose of the original? Is so, how?