gcx/frontend/admin-app/ios/Runner/Assets.xcassets/LaunchImage.imageset
hailin 5f3e660b05 feat: Add Flutter build configuration for admin-app and mobile
- Initialize Android/iOS platform code for both Flutter apps
  - admin-app: cn.gogenex.issuer (Genex发行方)
  - mobile: cn.gogenex.consumer (Genex消费者端)
- Configure Android build.gradle.kts with:
  - Release signing config (keystore + key.properties)
  - Debug build type with .debug applicationId suffix
  - Release build type with ProGuard minification
  - minSdk 21, targetSdk from Flutter
- Fix Flutter 3.38 API compatibility:
  - CardTheme → CardThemeData
  - TabBarTheme → TabBarThemeData
  - DialogTheme → DialogThemeData
- Implement missing ForgotPasswordPage for mobile
- Create cross-platform build scripts (build.sh + build.bat)
  - Supports: debug/release/clean/run modes
  - Supports: apk/appbundle/ios platforms
  - Unified build-output/ directory for APK artifacts
- All 4 builds verified: debug + release × 2 apps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 06:22:13 -08:00
..
Contents.json feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
LaunchImage.png feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
LaunchImage@2x.png feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
LaunchImage@3x.png feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00
README.md feat: Add Flutter build configuration for admin-app and mobile 2026-02-11 06:22:13 -08:00

README.md

Launch Screen Assets

You can customize the launch screen with your own desired assets by replacing the image files in this directory.

You can also do it by opening your Flutter project's Xcode project with open ios/Runner.xcworkspace, selecting Runner/Assets.xcassets in the Project Navigator and dropping in the desired images.