Generated by mason 🧱
- dartz
- dio
- flutter_bloc
- get_it
- build_runner
- flutter_gen_runner
- install mason CLI at your terminal
- clone this project and open
- open the terminal at the path project
- get bricks : "$mason get"
- add brick to global : "$mason add -g ca_starter --path bricks/ca_starter"
- Open the project in which you want to insert the template
- Run this in your project folder using terminal "$mason make ca_starter."
- Set up FlutterGen at pubspec.yaml (see at set_fluttergen.txt)
- DONE