This is WIP. Please use cautiously.
Mono repo for flrx. An opinionated library for using Redux with Flutter.
You can setup the project using the flrx:project brick for mason
dart pub global activate mason_cli
mason add flrx:project -g --git-url https://github.com/flrx/frameworkThen you can create a new flrx project anytime by running
mason make flrx:project -o project_path| Package | Version |
|---|---|
| flrx | |
| flrx_validator | |
| flrx_test |
flrx uses melos for it's monorepo setup
You'll need to first setup the example directory by running
melos setup_exampleThen you can bootstrap the project
melos bootstrap