blob: 61c77a667aafe342c97b7f00573f81da01d8a129 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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
|