TF-581 Add new icon for android/ios
This commit is contained in:
+12
-1
@@ -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"
|
||||
Reference in New Issue
Block a user