Setup and install mason
mason add -g --source git https://github.com/AbbasMathiew/mason_templates --path bricks/flutter_template
In order to run the brick you need to run
mason make flutter_template
You will be prompted to enter 3 variables:
-
applicationName: The name of the application itself. This will also be converted to snake case and used as the folder name.
-
applicationId: This will be used as the android's
applicationId
and IOS'sbundleId
.