Starter Template
A starter Flutter App with http client, theme, routing and localization features.
Project Uses:
- dio as http client
- pretty_dio_logger as dio interceptor
- Easy Localization for localization
- Auto Route for routing
How to use ?
First activate mason_cli
dart pub global activate mason_cli
Then initialize mason on your project folder by using:
mason init
Add starter_template to your library
mason add starter_template
Generate your brick
mason make starter_template --project_name "Sample Project" --organization "com.example"
Variables ✨
Variable | Description | Default | Type |
---|---|---|---|
project_name |
Project Name | Starter Template | string |
organization |
Organization of the project | com.example | string |
Contributing
Contributions are always welcome and appreciated!