Skip to content

NoScopeDevs/bricks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧱 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

Releases

No releases published

Packages

No packages published

Languages