Skip to content

Latest commit

 

History

History
44 lines (33 loc) · 1.06 KB

README.md

File metadata and controls

44 lines (33 loc) · 1.06 KB

flrx

This is WIP. Please use cautiously.

Mono repo for flrx. An opinionated library for using Redux with Flutter.

Getting Started

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/framework

Then you can create a new flrx project anytime by running

mason make flrx:project -o project_path

Recommended Packages

Package Version
flrx alt text
flrx_validator alt text
flrx_test alt text

Developing

flrx uses melos for it's monorepo setup You'll need to first setup the example directory by running

melos setup_example

Then you can bootstrap the project

melos bootstrap