Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.41 KB

🧱 Bricks

style: discord style: very good analysis

Mason brick templates to build no scoped projects.

Getting started 🚀

Install locally 🏠

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>

Install globally 🗺

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:

Available bricks 🧱

Brick Name Description
bloc_skeleton Create an opinionated Flutter Skeleton app with Bloc
riverpod_skeleton Create an opinionated Flutter Skeleton app with Riverpod