summaryrefslogtreecommitdiff
path: root/pubspec.yaml
AgeCommit message (Collapse)Author
2026-01-02Add mqtt_client v10.11.3 dependencyxengineering
This library is the currently most often downloaded MQTT library on pub.dev. This is at least a good starting point.
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 \ .