Solidart is a simple but powerful state management solution for Dart and Flutter apps.
The objectives of this project are:
- Being simple and easy to learn
- Do not go against the framework (e.g. Flutter) with weird workarounds.
- Do not have a single global state, but put multiple states only in the most appropriate places
- Don’t use code-generation
The project is insipired by SolidJS.
The library is also on Flutter’s list of recommended state management solutions