Skip to content

Latest commit

Β 

History

History
71 lines (52 loc) Β· 1.65 KB

File metadata and controls

71 lines (52 loc) Β· 1.65 KB

πŸ† Fintech App


πŸš€ Getting started

βš™οΈ Activate Melos CLI

To start with this repo you need melos to be installed in your system.

dart pub global activate melos

🎁 Bootstrap Project / Pub Get All

To bootstrap the project, run this command in root:

melos bs



🧱 Adding a new feature

βš™οΈ Activate Mason CLI

dart pub global activate mason_cli

🏠 Install locally

To install brick locally, run below command in your root folder:

mason get

To create the feature.

mason make feature



πŸ“¦ Creating a flutter package

To 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.