| Age | Commit message (Collapse) | Author |
|
This library is the currently most often downloaded MQTT library on
pub.dev. This is at least a good starting point.
|
|
This demonstrates how the UI should look like. The data is just for
visualization and never changes. Functionality is added later.
|
|
Displaying the more technical name `sia_app` in the title bar is not
suitable.
|
|
|
|
This makes it easy to re-generate the files provided initially with
`flutter create`.
|
|
|
|
This was done using the following command.
flutter create \
--description "Sia app" \
--org "eu.xengineering" \
--project-name "sia_app" \
--platforms linux,android \
--empty \
.
|
|
|