To start with this repo you need melos to be installed in your system.
dart pub global activate melosTo bootstrap the project, run this command in root:
melos bsdart pub global activate mason_cliTo install brick locally, run below command in your root folder:
mason getTo create the feature.
mason make featureTo create a starter Flutter package, use the --template=package flag with flutter create:
flutter create --template=package <PACKAGE_NAME>❗ Important: Replace
<PACKAGE_NAME>with your actual package name.
❗ Important: After creating Dart package, make sure to delete analysis_options.yaml file.
Made with ❤️ by BlackMinyStudio
© 2025 Your Company • All rights reserved.