feat: смена иконки приложения в кастомизации (Default / Minimal)

This commit is contained in:
klockky
2026-05-28 04:39:38 +00:00
parent be928f8c1a
commit 73208bda49
64 changed files with 503 additions and 196 deletions
+20
View File
@@ -58,6 +58,7 @@ dependencies:
firebase_core: ^4.1.1
firebase_messaging: ^16.0.2
flutter_local_notifications: ^21.0.0
flutter_dynamic_icon_plus: ^1.4.0
dev_dependencies:
flutter_test:
@@ -69,6 +70,23 @@ 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.14.4
flutter_launcher_icons:
image_path: "assets/komet_icon.png"
android: "ic_launcher"
ios: true
remove_alpha_ios: true
background_color_ios: "#000000"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/komet.png"
windows:
generate: true
image_path: "assets/komet_icon.png"
icon_size: 256
macos:
generate: true
image_path: "assets/komet_icon.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -83,6 +101,8 @@ flutter:
uses-material-design: true
assets:
- assets/komet.png
- assets/komet_icon.png
- assets/meteor_icon.png
# To add assets to your application, add an assets section, like this:
# assets: