A collection of bricks that enable developers consume reusable templates, thanks to mason.
$ mason get && mason make <brick_name> -o generated
From brickhub.dev
You need to install mason_cli
$ dart pub global activate mason_cli
// Install locally
$ mason add <brick_name>
// Install globally
$ mason add -g <brick_name>
Update the changelog and the version and run
$ mason publish