fix: Use adaptive icons when possible and improve existing png's
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 8.1 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 23 KiB |
BIN
android/app/src/main/res/drawable/ic_notification.png
Normal file
After Width: | Height: | Size: 13 KiB |
@ -1,33 +0,0 @@
|
|||||||
<vector
|
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
android:name="vector"
|
|
||||||
android:width="500dp"
|
|
||||||
android:height="500dp"
|
|
||||||
android:viewportWidth="500"
|
|
||||||
android:viewportHeight="500">
|
|
||||||
<group android:name="wrapper">
|
|
||||||
<clip-path
|
|
||||||
android:name="cp1"
|
|
||||||
android:pathData="M -178.57 -178.57 L 678.57 -178.57 L 678.57 678.57 L -178.57 678.57 Z"/>
|
|
||||||
<group android:name="group">
|
|
||||||
<path
|
|
||||||
android:name="path"
|
|
||||||
android:pathData="M 174.3 119.8 C 198.6 100.3 228.7 87.5 261.6 84.2 L 261.6 117.7 C 239.7 120.4 219.7 128.3 202.7 139.9 Z M 176.9 381.1 C 200.6 399.4 229.6 411.5 261.7 414.7 L 261.7 381.4 C 241 379 221.9 371.8 205.4 361 Z M 294.9 84.7 L 294.9 117.9 C 318.6 121.2 341 130.9 359.6 145.8 L 383.4 121.2 C 358.1 100.3 327.2 87.9 294.9 84.7 Z M 359.6 355.5 C 340.9 370.1 318.4 379.6 294.9 382.6 L 294.9 415.8 C 327.4 412.3 358.3 399.2 383.4 378.3 Z M 390.2 324.4 L 464.9 249.7 L 406.8 249.7 L 406.8 183.3 L 373.6 183.3 L 373.6 249.7 L 315.5 249.7 Z"
|
|
||||||
android:fillColor="#000"
|
|
||||||
android:strokeWidth="1"
|
|
||||||
android:fillType="evenOdd"/>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
<group android:name="wrapper_1">
|
|
||||||
<clip-path
|
|
||||||
android:name="cp6"
|
|
||||||
android:pathData="M -178.57 -178.57 L 678.57 -178.57 L 678.57 678.57 L -178.57 678.57 Z"/>
|
|
||||||
<group android:name="group_1">
|
|
||||||
<path
|
|
||||||
android:name="path_1"
|
|
||||||
android:pathData="M 36 386.3 L 36 116.4 C 36 87.6 55.1 77.7 78.7 94.3 L 258.5 221.2 C 282.1 237.9 282.1 264.9 258.5 281.5 L 78.7 408.4 C 55.1 425 36 415.1 36 386.3 Z"
|
|
||||||
android:fillColor="#000"
|
|
||||||
android:strokeWidth="1"/>
|
|
||||||
</group>
|
|
||||||
</group>
|
|
||||||
</vector>
|
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 14 KiB |
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<color name="ic_launcher_background">#1A202E</color>
|
<color name="ic_launcher_background">#1B1B1B</color>
|
||||||
</resources>
|
</resources>
|
||||||
|
BIN
assets/images/ic_launcher.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
BIN
assets/images/ic_launcher_round.png
Normal file
After Width: | Height: | Size: 14 KiB |
@ -64,12 +64,20 @@ dependencies:
|
|||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
build_runner: any
|
build_runner: any
|
||||||
|
flutter_launcher_icons: ^0.10.0
|
||||||
flutter_lints: ^2.0.1
|
flutter_lints: ^2.0.1
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
injectable_generator: ^1.5.4
|
injectable_generator: ^1.5.4
|
||||||
json_serializable: ^6.3.1
|
json_serializable: ^6.3.1
|
||||||
|
|
||||||
|
flutter_icons:
|
||||||
|
android: true
|
||||||
|
ios: false
|
||||||
|
image_path: "assets/images/ic_launcher_round.png"
|
||||||
|
adaptive_icon_background: "#1B1B1B"
|
||||||
|
adaptive_icon_foreground: "assets/images/ic_launcher.png"
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
uses-material-design: true
|
uses-material-design: true
|
||||||
assets:
|
assets:
|
||||||
|