Fish Redux is an assembled flutter application framework based on Redux state management. It is suitable for building medium and large applications.
It has four characteristics:
- Functional Programming
- Predictable state container
- Pluggable componentization
- Non-destructive performance
- todo list - a simple todo list demo.
- run it:
cd ./sample
flutter create .
flutter run
- Fish Redux is released under the Apache 2.0 license. See LICENSE for details.