My collection of Mason Bricks that simplify the creation of frequently used code. With these bricks, you can quickly and easily create reliable and reusable code snippets that can be used across your projects.
name | description |
---|---|
domain_driven_feature |
Create a new feature using a Domain-driven approach architecture |
First make sure you have mason_cli installed.
dart pub global activate mason_cli
Or using brew:
brew tap felangel/mason
brew install mason
Create your mason project by running mason init
in your project.
Then run mason add domain_driven_feature
to get the brick from BrickHub.
Now you can use the brick in your project:
mason make domain_driven_feature