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。
复制 android/key.properties.example → android/key.properties,配置本机 keystore(勿提交密钥)。