# fish-redux **Repository Path**: zhonglizhi/fish-redux ## Basic Information - **Project Name**: fish-redux - **Description**: Fish Redux 是一个基于 Redux 数据管理的组装式 Flutter 应用框架, 它特别适用于构建中大型的复杂应用 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2019-03-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 > 2. Predictable state container > 3. Pluggable componentization > 4. Non-destructive performance ## Architecture diagram ## Documents Language: [English](docs/README.md) | [中文简体](docs/README-cn.md) ## Examples - [todo list](sample) - a simple todo list demo. - run it: ``` cd ./sample flutter create . flutter run ``` ## What's the difference between 'Fish Redux' and 'Redux' ? - [answers](docs/concept/what's-the-diiference.md) ## License - Fish Redux is released under the Apache 2.0 license. See [LICENSE](LICENSE) for details.