This repository contains a collection of Mason Bricks to streamline Flutter project structure generation. Each brick automates the creation of essential components using different architecture patterns. 🚀
If you don't have Mason CLI, install it globally:
dart pub global activate mason_clior as a dev dependency in your project:
dart pub add --dev masonInitialize Mason in your project:
mason initThis repository currently includes the following bricks:
- getx_layer_first → Layer first architecture using GetX
Feel free to contribute by submitting a Pull Request! 🚀
This project is licensed under MIT.
🚀 Enjoy!