# Sia app ## Usage The app can be run in debug mode allowing a hot-reload. ``` flutter run ``` A release version can be built for all the targets individually. ``` flutter build linux flutter build apk ``` ## See also - [Flutter widgets][1] - [Google icons][2] [1]: https://docs.flutter.dev/ui/widgets [2]: https://fonts.google.com/icons