Overview
solidart
is a free Open Source state-management library for Dart and Flutter applications.
It is inspired by SolidJS and shares some common concepts.
The objectives of this library are:
- Being simple and easy to learn
- Fits well with the framework's good practices
- Do not have a single global state, but multiple states only in the most appropriate places
- No code generation