🍱 Adjust android icon
This commit is contained in:
@ -112,6 +112,7 @@ dev_dependencies:
|
||||
icons_launcher: ^3.0.0
|
||||
flutter_native_splash: ^2.4.2
|
||||
hive_generator: ^2.0.1
|
||||
flutter_launcher_icons: ^0.14.1
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
@ -159,8 +160,11 @@ icons_launcher:
|
||||
platforms:
|
||||
android:
|
||||
enable: true
|
||||
image_path: "assets/icon/icon-w-padding.png"
|
||||
notification_image: "assets/icon/icon-w-padding.png"
|
||||
image_path: "assets/icon/icon.png"
|
||||
notification_image: "assets/icon/icon.png"
|
||||
adaptive_background_color: "#ffffff"
|
||||
adaptive_foreground_image: "assets/icon/icon.png"
|
||||
adaptive_monochrome_image: "assets/icon/icon-dark.png"
|
||||
ios:
|
||||
enable: true
|
||||
image_path: "assets/icon/icon-light.png"
|
||||
|
Reference in New Issue
Block a user