TF-581 Add new icon for android/ios

This commit is contained in:
dab246
2022-06-15 16:45:15 +07:00
committed by Dat H. Pham
parent 973e47cf6e
commit 5df57297bf
67 changed files with 18 additions and 11 deletions
+12 -1
View File
@@ -174,6 +174,8 @@ dev_dependencies:
hive_generator: 1.1.1
flutter_lints: 1.0.4
flutter_launcher_icons: 0.9.3
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -191,6 +193,7 @@ flutter:
# - images/a_dot_ham.jpeg
assets:
- assets/images/
- assets/icons/
- env.file
# An image asset can refer to one or more resolution-specific "variants", see
@@ -227,4 +230,12 @@ flutter:
weight: 600
- asset: assets/fonts/Inter/Inter-Medium.ttf
weight: 500
- asset: assets/fonts/Inter/Inter-Regular.ttf
- asset: assets/fonts/Inter/Inter-Regular.ttf
flutter_icons:
android: true
ios: false
remove_alpha_ios: true
image_path: "assets/icons/icon_launcher.png"
adaptive_icon_background: "#000000"
adaptive_icon_foreground: "assets/icons/icon_launcher_foreground.png"