|
|
@ -54,6 +54,12 @@ flutter build web --release
|
|
|
|
|
|
|
|
|
|
|
|
* Enable Desktop support in Flutter: https://flutter.dev/desktop
|
|
|
|
* Enable Desktop support in Flutter: https://flutter.dev/desktop
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#### Install custom dependencies (Linux)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
|
|
sudo apt install libjsoncpp1 libsecret-1-dev libsecret-1-0 librhash0 libwebkit2gtk-4.0-dev libolm3
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
* Build with one of these:
|
|
|
|
* Build with one of these:
|
|
|
|
```bash
|
|
|
|
```bash
|
|
|
|
flutter build linux --release
|
|
|
|
flutter build linux --release
|
|
|
|