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 ./example
flutter create .
flutter run
- Fish Redux Template For Android Studio, by BakerJQ.
- Fish Redux Template For VSCode, by huangjianke.
- Redux Inspector (using Flutter Debugger and flipperkit_fish_redux_middleware) for Fish Redux apps, by JianyingLi
- Fish Redux is released under the Apache 2.0 license. See LICENSE for details.