updates
This commit is contained in:
parent
d6144c4483
commit
4493bcea5e
47 changed files with 371 additions and 8 deletions
14
pubspec.yaml
14
pubspec.yaml
|
|
@ -60,13 +60,19 @@ dev_dependencies:
|
|||
flutter_launcher_icons: ^0.14.4
|
||||
|
||||
flutter_launcher_icons:
|
||||
image_path: "assets/icon/icon.png"
|
||||
# Full-bleed square used for iOS and the Android legacy (pre-adaptive) icon.
|
||||
image_path_ios: "assets/icon/icon_full.png"
|
||||
image_path_android: "assets/icon/icon_full.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"
|
||||
min_sdk_android: 21
|
||||
# Android adaptive icon: the full-bleed artwork goes in the BACKGROUND layer,
|
||||
# which fills the whole canvas and is only clipped by the launcher's mask shape
|
||||
# (no inset). The foreground is transparent. This gives edge-to-edge coverage;
|
||||
# round/squircle masks will clip the cassette's rotated corners (accepted).
|
||||
adaptive_icon_background: "assets/icon/icon_full.png"
|
||||
adaptive_icon_foreground: "assets/icon/icon_transparent.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