| Age | Commit message (Collapse) | Author |
|
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.
|
|
This tool allows to update icon files deep inside the source trees of
the different platforms.
|
|
The UI should not store the application logic state.
|
|
This library is the currently most often downloaded MQTT library on
pub.dev. This is at least a good starting point.
|
|
|
|
This was done using the following command.
flutter create \
--description "Sia app" \
--org "eu.xengineering" \
--project-name "sia_app" \
--platforms linux,android \
--empty \
.
|