This commit is contained in:
DelLevin-Home
2026-07-14 00:36:44 +08:00
parent be72fd1286
commit 72937d20af
4 changed files with 27 additions and 1 deletions

View File

@@ -260,6 +260,8 @@ flutter pub get
```bash
# 构建 Release APK
flutter build apk --release
# 构建windows版本
flutter build windows --release
# 只构建 arm64-v8a
flutter build apk --release --target-platform android-arm64
# 构建 App BundleGoogle Play