Flutter Redux Starter screenshot

Flutter Redux Starter

Author Avatar Theme by Hillelcoren
Updated: 28 Feb 2019
288 Stars

Starter project and code generator for Flutter/Redux

Categories

Overview:

Flutter Redux Starter/Code Generator is a tool used to develop Flutter apps using the Redux architecture. It provides a step-by-step guide for installation and usage, along with key features and included packages.

Features:

  • Supports large Redux stores by persisting parts separately.
  • App state, including navigation, is persisted on form changes.
  • Automatically implements support for sorting and searching.
  • The account email is also backed up in shared preferences.
  • All state and model classes are created using built_values.

Installation:

To install Flutter Redux Starter/Code Generator, follow these steps:

  1. Clone the GitHub repository: git clone git@github.com:hillelcoren/flutter-redux-starter.git <application> && cd <application>
  2. Initialize the project: ./starter.sh init <company> <application> <url>
  3. Create the module: ./starter.sh make <application> <module> <fields>

Note: On macOS, sed leaves behind backup files ending with -e. You can use the following command to delete those files: find . -name "*-e" -type f -delete

Summary:

Flutter Redux Starter/Code Generator is a powerful tool for developing Flutter apps using the Redux architecture. It supports large Redux stores, persisting app state, and provides built-in support for sorting and searching. The tool also includes various packages for enhanced functionality. With its easy installation process and step-by-step usage guide, it is a valuable resource for Flutter developers.