修正上架時 Google Play 檢查出的 issue

This commit is contained in:
2026-04-09 23:15:19 +08:00
parent af27b77ad7
commit bdc0ee7dd4
108 changed files with 3446 additions and 276 deletions
+9 -1
View File
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 1.0.0+1
version: 1.0.0+4
environment:
sdk: ^3.10.0
@@ -64,6 +64,14 @@ dev_dependencies:
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.13.1 # 請檢查最新版本
flutter_icons:
android: true
ios: true
image_path: "assets/images/app_icon.png" # 您的原始大圖路徑
# 如果要設定自適應圖示 (建議)
adaptive_icon_background: "#FFFFFF" # 背景色或背景圖路徑
adaptive_icon_foreground: "assets/images/app_icon.png"
flutter_launcher_icons:
android: "launcher_icon"
ios: true