amitkot / bricks

A collection of Mason bricks used for templating our projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🧱 Bricks

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/amitkot/bricks
      path: bricks/<BRICK_NAME>

Install globally 🗺

To install one or more bricks globally, use the following command:

$ mason add <BRICK_NAME> --global --git-url https://github.com/amitkot/bricks --git-path bricks/<BRICK_NAME>

Note: Be sure to replace <BRICK_NAME> with one of the following bricks:

Available bricks 🧱

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

Use

mason make <BRICK_NAME>
cd <BRICK_NAME>
flutter create .

About

A collection of Mason bricks used for templating our projects.


Languages

Language:Dart 100.0%