Skip to content

flrx/framework

Folders and files

NameName
Last commit message
Last commit date
Jul 27, 2023
Apr 20, 2022
Mar 5, 2022
Jul 27, 2023
Apr 20, 2022
Feb 21, 2022
Mar 5, 2022
Apr 2, 2020
Apr 10, 2019
Mar 5, 2022
Mar 5, 2022
Jul 27, 2023
Jul 27, 2023

Repository files navigation

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