modify icon & add notify function

This commit is contained in:
2026-02-27 17:25:34 +08:00
parent 876842c0db
commit 38291885dd
42 changed files with 844 additions and 111 deletions
+11
View File
@@ -62,6 +62,17 @@ 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_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/app_icon.png"
min_sdk_android: 21 # android support for adaptive icons
# 如果需要 Android 自適應圖示 (Adaptive Icons),可額外配置:
# adaptive_icon_background: "#FFFFFF"
# adaptive_icon_foreground: "assets/images/app_icon_foreground.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec