change db=house_hunter

This commit is contained in:
2026-04-17 23:34:02 +08:00
parent ed3661edd4
commit b5051db50b
39 changed files with 132 additions and 10 deletions
+15
View File
@@ -55,6 +55,21 @@ dev_dependencies:
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
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
image_path: "assets/images/app_icon.png"
min_sdk_android: 21 # android support for adaptive icons
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec