fish_redux 0.1.0 fish_redux: ^0.1.0 copied to clipboard
Fish Redux is an assembled flutter application framework based on Redux state management.
Fish Redux #
What is Fish Redux ? #
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
Architecture diagram #
Documents #
Examples #
- todo list - a simple todo list demo.
- run it:
cd ./sample
flutter create .
flutter run
What's the difference between 'Fish Redux' and 'Redux' ? #
License #
- Fish Redux is released under the Apache 2.0 license. See LICENSE for details.