Starter project and code generator for Flutter/Redux
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.
To install Flutter Redux Starter/Code Generator, follow these steps:
git clone git@github.com:hillelcoren/flutter-redux-starter.git <application> && cd <application>./starter.sh init <company> <application> <url>./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
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.