added flutter_launcher_icon package for easy app icon management
This commit is contained in:
parent
2177d399a5
commit
f06adba6ea
1 changed files with 7 additions and 0 deletions
|
@ -37,6 +37,13 @@ dev_dependencies:
|
|||
flutter_test:
|
||||
sdk: flutter
|
||||
test: 1.16.8
|
||||
flutter_launcher_icons:
|
||||
|
||||
flutter_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
image_path: "media/ohthatsa_icon.png"
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
Loading…
Add table
Reference in a new issue