Website • Discord • Releases • Donate • Documentation
- Application development template for creating Flutter applications for dahliaOS
To generate this template in order to start developing Flutter applications for dahliaOS follow the steps below:
- Pub.dev
dart pub global activate mason_cli
- Homebrew
brew tap felangel/mason
brew install mason
mason init
Running the command above Mason will generate a mason.yaml
file.
Edit the mason.yaml
file and add our template brick, example shown below:
bricks:
dahliaos_app_template:
git:
url: https://github.com/dahliaOS/app_template.git
path: template/dahliaos_app_template
mason get
mason make dahliaos_app_template
You should now have all the Flutter files generated and ready for editing, happy coding!
If you're wondering how to contribute to the project, please refer to CONTRIBUTING.md
Copyright @ 2019-2022 - The dahliaOS Authors - contact@dahliaos.io
This project is licensed under the Apache 2.0 license