Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pololacoste/mason_bricks


https://github.com/pololacoste/mason_bricks

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

        


Mason bricks


Report Bug
ยท
Request Feature

## ๐Ÿšง Requirements

- [Dart](https://dart.dev/)

## ๐Ÿ› ๏ธ Installation Steps

Install [mason](https://pub.dev/packages/mason)
```sh
dart pub global activate mason_cli
```

Bricks can be installed from [brickhub.dev](https://brickhub.dev).

Install a brick
```sh
mason add
```

Install a brick globally
```sh
mason add -g
```

## ๐Ÿงฑ Bricks

| Brick | Description |
|-----------------------------------------------------------------------------------------|-----------------------------------------------|
| [`cubit_page`](https://github.com/PoloLacoste/mason_bricks/tree/main/bricks/cubit_page) | Generate a new Cubit page |
| [`bloc_page`](https://github.com/PoloLacoste/mason_bricks/tree/main/bricks/bloc_page) | Generate a new Bloc page |
| [`json_dto`](https://github.com/PoloLacoste/mason_bricks/tree/main/bricks/json_dto) | Generate a new JSON Dto |

## ๐Ÿ™‡ Special Thanks

- [Felix Angelov ](https://github.com/felangel) for the amazing [mason](https://github.com/felangel/mason).