summaryrefslogtreecommitdiff
path: root/analysis_options.yaml
AgeCommit message (Collapse)Author
2026-01-03Make analysis_options.yaml more strictxengineering
This should help writing good flutter / Dart code from the beginning.
2025-12-22Create flutter projectxengineering
This was done using the following command. flutter create \ --description "Sia app" \ --org "eu.xengineering" \ --project-name "sia_app" \ --platforms linux,android \ --empty \ .