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.