This is my Flutter Technology collection of bricks
| Brick | Description |
|---|---|
starter_setup |
The whole starter template for a new project |
module_feature |
folder structure and files for a new feature. e.g signIn, signUp e.t.c |
Install mason_cli
dart pub global activate mason_cliBricks can be installed from this repository.
Install a brick
mason add -g starter_setup --git-url https://github.com/enikebraimoh/flutter_bricks.git --git-path bricks/starter_setup
mason make starter_setupNB: Follow the prompt
mason add -g module_feature --git-url https://github.com/enikebraimoh/flutter_bricks.git --git-path bricks/module_featuremason make module_featureNB: Follow the prompt