CHOO CHOO ICONNNNN

This commit is contained in:
2024-01-04 22:58:59 +02:00
parent 100645fa20
commit e16431f30b
46 changed files with 112 additions and 83 deletions

View File

@@ -51,10 +51,23 @@ dev_dependencies:
# rules and activating additional ones.
flutter_lints: ^3.0.1
flutter_icons:
image_path: "assets/images/choo.png"
android: true
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/images/choo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
web:
generate: true
image_path: "assets/images/choo.png"
background_color: "#FFFFFF"
theme_color: "#FFFFFF"
windows:
generate: true
image_path: "assets/images/choo.png"
icon_size: 48 # min:48, max:256, default: 48
macos:
generate: true
image_path: "assets/images/choo.png"
# For information on the generic Dart part of this file, see the