summaryrefslogtreecommitdiff
path: root/pubspec.lock
AgeCommit message (Collapse)Author
2026-01-10Move state to data.dartxengineering
The UI should not store the application logic state.
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.
2026-01-02Update dependencies with generate.pyxengineering
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 \ .