修正上架時 Google Play 檢查出的 issue
This commit is contained in:
+9
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user