summaryrefslogtreecommitdiff
path: root/pubspec.lock
AgeCommit message (Collapse)Author
4 daysAdd path_provider packagexengineering
This is required to get the "Application Support" directory on Linux, Android, iOS, MacOS and Windows. This folder is used to store persistence of the Sia app.
2026-03-04Add flutter_launcher_iconsxengineering
This tool allows to update icon files deep inside the source trees of the different platforms.
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 \ .