⚠️
This is under development, so it's not ready for use yet.
Getting Started
Before you implement the architecture, you need to install mason. Cause it's the tool that will help you to generate the architecture files and folders.
🧑💻 Installing Mason CLI
You can install mason by running the following command:
# 🎯 Activate from https://pub.dev
dart pub global activate mason_cli
See more about mason here (opens in a new tab).
🧱 Installing Aurora Brick
You can install Aurora Brick by running the following command:
# 🌐 Install globally
mason add -g aurora
See more brick aurora aurora (opens in a new tab).
📦 Initializing Aurora
Now create a new flutter project then navigate to the project directory and initialize the architecture by running the following command:
# Initialize the architecture
mason make aurora