icons
This commit is contained in:
parent
27a8a62475
commit
ea467129ee
31 changed files with 85 additions and 124 deletions
10
pubspec.yaml
10
pubspec.yaml
|
|
@ -55,6 +55,16 @@ 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/icon/icon.png"
|
||||
android: true
|
||||
ios: true
|
||||
remove_alpha_ios: true
|
||||
# Optional adaptive icon for Android (uncomment and provide a foreground PNG):
|
||||
# adaptive_icon_background: "#FFFFFF"
|
||||
# adaptive_icon_foreground: "assets/icon/icon_foreground.png"
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue