docs: add apk instruction

This commit is contained in:
Tien Do Nam
2023-01-20 02:29:35 +01:00
parent 9e44218cc5
commit 03f5e53d83
+8
View File
@@ -48,6 +48,14 @@ Please ensure that `flutter pub run build_runner build` has been run. Otherwise,
### Android
Traditional APK
```shell
flutter build apk
```
AppBundle for Google Play
```shell
flutter build appbundle
```