icon test
@ -23,7 +23,7 @@
|
||||
android:label="Fort Saint Héribert"
|
||||
android:name="${applicationName}"
|
||||
android:usesCleartextTraffic="true"
|
||||
android:icon="@mipmap/launcher_icon">
|
||||
android:icon="@mipmap/ic_launcher">
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
android:exported="true"
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
</adaptive-icon>
|
||||
|
Before Width: | Height: | Size: 544 B After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 442 B After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 47 KiB |
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 908 KiB After Width: | Height: | Size: 908 KiB |
BIN
assets/icons/icon_fort.png
Normal file
|
After Width: | Height: | Size: 908 KiB |
|
Before Width: | Height: | Size: 167 KiB After Width: | Height: | Size: 167 KiB |
15
flutter_launcher_icons.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
flutter_launcher_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icons/icon.png"
|
||||
remove_alpha_ios: true
|
||||
min_sdk_android: 16 # android min sdk min:16, default 21
|
||||
web:
|
||||
generate: true
|
||||
image_path: "assets/icons/icon.png"
|
||||
background_color: "#hexcode"
|
||||
theme_color: "#hexcode"
|
||||
windows:
|
||||
generate: true
|
||||
image_path: "assets/icons/icon.png"
|
||||
icon_size: 48 # min:48, max:256, default: 48
|
||||
@ -72,11 +72,6 @@ dev_dependencies:
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^1.0.0
|
||||
|
||||
flutter_launcher_icons:
|
||||
android: "launcher_icon"
|
||||
ios: true
|
||||
image_path: "assets/icon/icon_fort.png"
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
@ -90,7 +85,7 @@ flutter:
|
||||
uses-material-design: true
|
||||
|
||||
assets:
|
||||
#- assets/icons/
|
||||
- assets/icons/
|
||||
- assets/images/
|
||||
- assets/images/old/
|
||||
#- assets/animations/
|
||||
|
||||
BIN
web/favicon.png
|
Before Width: | Height: | Size: 537 B After Width: | Height: | Size: 728 B |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 645 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 85 KiB |
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 645 KiB |