summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
14 daysSwitch to fvmxengineering
This tracks the used Flutter SDK version compatible with the [fvm][1] Flutter version management tool. It allows to make the build reproducible. The build documentation is adapted and the used Flutter version committed. [1]: https://fvm.app
2026-03-04Document icon maintenance in READMExengineering
2026-01-16Document links to widget and icon websitesxengineering
2025-12-23Document usagexengineering
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 \ .