Flutter 客户端(Windows / Linux / Android)。
flutter pub get
flutter run -d windowsWindows 安装包(需先 flutter build windows --release):
# 需安装 Inno Setup 6
ISCC installer/astral.iss /DMyAppVersion=1.0.0CI:见 .github/workflows/build.yml。
与 AstralGame 相同:CI 从 GitHub Secrets 写出 android/key.properties 和 upload-keystore.jks。
本地可复制 android/key.properties.example → android/key.properties(勿提交密钥)。