github

alibaba / fish-redux

  • четверг, 7 марта 2019 г. в 00:17:26
https://github.com/alibaba/fish-redux

Dart
An assembled flutter application framework.



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:

  1. Functional Programming
  1. Predictable state container
  1. Pluggable componentization
  1. Non-destructive performance

Architecture diagram

Documents

Language: English | 中文简体

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.