Update readme

This commit is contained in:
problematicconsumer
2023-07-13 17:30:16 +03:30
parent c7e07f37d5
commit 292ed96d2a
2 changed files with 12 additions and 1 deletions

View File

@@ -16,6 +16,8 @@
- MinGW-w64
- Android SDK (with CMake and NDK)
This project uses [flutter_distributor](https://github.com/leanflutter/flutter_distributor) for packaging.
```shell
# fetch dependencies and build generated files
$ make get gen
@@ -25,6 +27,9 @@
# build apk for android
$ make release-android
# build windows executable
$ flutter_distributor package --platform windows --targets exe
```
## Acknowledgements