Mason brick templates to build no scoped projects.
To install one or more bricks locally, add them to your directory's mason.yaml:
bricks:
<BRICK_NAME>:
git:
url: https://github.com/NoScopeDevs/bricks
path: bricks/<BRICK_NAME>To install one or more bricks globally, use the following command:
$ mason i https://github.com/NoScopeDevs/bricks --path bricks/<BRICK_NAME>Note: Be sure to replace <BRICK_NAME> with one of the following bricks:
| Brick Name | Description |
|---|---|
| bloc_skeleton | Create an opinionated Flutter Skeleton app with Bloc |
| riverpod_skeleton | Create an opinionated Flutter Skeleton app with Riverpod |