added (very) simple icon to app
|
@ -2,7 +2,7 @@
|
||||||
package="net.broodjeaap.pizzaplanner.pizzaplanner">
|
package="net.broodjeaap.pizzaplanner.pizzaplanner">
|
||||||
<application
|
<application
|
||||||
android:label="pizzaplanner"
|
android:label="pizzaplanner"
|
||||||
android:icon="@mipmap/ic_launcher">
|
android:icon="@mipmap/app_icon">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
|
BIN
android/app/src/main/res/mipmap-hdpi/app_icon.png
Normal file
After Width: | Height: | Size: 6.3 KiB |
BIN
android/app/src/main/res/mipmap-mdpi/app_icon.png
Normal file
After Width: | Height: | Size: 3.8 KiB |
BIN
android/app/src/main/res/mipmap-xhdpi/app_icon.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
android/app/src/main/res/mipmap-xxhdpi/app_icon.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
android/app/src/main/res/mipmap-xxxhdpi/app_icon.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
assets/icon/icon.pdn
Normal file
BIN
assets/icon/icon.png
Normal file
After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 159 KiB |
Before Width: | Height: | Size: 564 B After Width: | Height: | Size: 1,014 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 1 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 9.6 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 13 KiB |
|
@ -45,6 +45,14 @@ dev_dependencies:
|
||||||
hive_generator: ^1.1.0
|
hive_generator: ^1.1.0
|
||||||
build_runner: ^2.0.6
|
build_runner: ^2.0.6
|
||||||
|
|
||||||
|
flutter_launcher_icons: ^0.9.1
|
||||||
|
|
||||||
|
flutter_icons:
|
||||||
|
android: "app_icon"
|
||||||
|
ios: true
|
||||||
|
remove_alpha_ios: true
|
||||||
|
image_path: "assets/icon/icon.png"
|
||||||
|
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
||||||
|
|