update icon
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 805 B After Width: | Height: | Size: 781 B |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 627 B After Width: | Height: | Size: 578 B |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 963 B |
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.4 KiB |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.8 KiB |
|
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 43 KiB |
|
Before Width: | Height: | Size: 57 KiB After Width: | Height: | Size: 72 KiB |
BIN
assets/images/icon-1024x1024.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
assets/images/icon-710x599-android.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
assets/images/icon-foreground-432x432.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
|
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 281 B After Width: | Height: | Size: 245 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 402 B |
|
Before Width: | Height: | Size: 695 B After Width: | Height: | Size: 626 B |
|
Before Width: | Height: | Size: 382 B After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 622 B |
|
Before Width: | Height: | Size: 958 B After Width: | Height: | Size: 804 B |
|
Before Width: | Height: | Size: 469 B After Width: | Height: | Size: 402 B |
|
Before Width: | Height: | Size: 827 B After Width: | Height: | Size: 725 B |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
|
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.6 KiB |
|
Before Width: | Height: | Size: 801 B After Width: | Height: | Size: 716 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.4 KiB |
26
pubspec.yaml
@@ -79,6 +79,7 @@ dependencies:
|
||||
sliver_tools: ^0.2.12
|
||||
flutter_adaptive_scaffold: ^0.1.6
|
||||
fl_chart: ^0.63.0
|
||||
flutter_launcher_icons: ^0.13.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
@@ -138,6 +139,31 @@ icons_launcher:
|
||||
enable: true
|
||||
image_path: "assets/images/linux.png"
|
||||
|
||||
# flutter_launcher_icons:
|
||||
# image_path: "assets/images/linux.png"
|
||||
# image_path_android: "assets/images/icon-710x599-android.png"
|
||||
# image_path_ios: "assets/images/icon-1024x1024.png"
|
||||
# android: true # can specify file name here e.g. "ic_launcher"
|
||||
# ios: true # can specify file name here e.g. "My-Launcher-Icon"
|
||||
# #adaptive_icon_background: "assets/images/christmas-background.png" # only available for Android 8.0 devices and above
|
||||
# adaptive_icon_background: "#ffffff" # only available for Android 8.0 devices and above
|
||||
# adaptive_icon_foreground: "assets/images/icon-foreground-432x432.png" # only available for Android 8.0 devices and above
|
||||
# min_sdk_android: 21 # android min sdk min:16, default 21
|
||||
# remove_alpha_ios: true
|
||||
# background_color_ios: "#ffffff"
|
||||
# web:
|
||||
# generate: true
|
||||
# image_path: "assets/images/icon-1024x1024.png"
|
||||
# background_color: "#ffffff"
|
||||
# theme_color: "#e29942"
|
||||
# windows:
|
||||
# generate: true
|
||||
# image_path: "assets/images/linux.png"
|
||||
# icon_size: 256 # min:48, max:256, default: 48
|
||||
# macos:
|
||||
# generate: true
|
||||
# image_path: "assets/images/linux.png"
|
||||
|
||||
flutter_native_splash:
|
||||
color: "#ffffff"
|
||||
image: assets/images/ic_launcher.png
|
||||
|
||||