diff --git a/android/app/src/main/res/drawable/ic_launcher_round.png b/android/app/src/main/res/drawable/ic_launcher_round.png new file mode 100644 index 00000000..f0414c7b Binary files /dev/null and b/android/app/src/main/res/drawable/ic_launcher_round.png differ diff --git a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png index b618a7b5..68e0bf9f 100644 Binary files a/android/app/src/main/res/mipmap-hdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-hdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png index b3a95ff5..1983ce22 100644 Binary files a/android/app/src/main/res/mipmap-mdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-mdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png index f23b180b..c5750464 100644 Binary files a/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png index 6790435d..cf829e3c 100644 Binary files a/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png index 5af45c98..b86f8c58 100644 Binary files a/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png and b/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ diff --git a/android/app/src/main/res/values-night-v31/styles.xml b/android/app/src/main/res/values-night-v31/styles.xml new file mode 100644 index 00000000..581c5fca --- /dev/null +++ b/android/app/src/main/res/values-night-v31/styles.xml @@ -0,0 +1,19 @@ + + + + + + + diff --git a/android/app/src/main/res/values-v31/styles.xml b/android/app/src/main/res/values-v31/styles.xml new file mode 100644 index 00000000..41f95cf1 --- /dev/null +++ b/android/app/src/main/res/values-v31/styles.xml @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/assets/images/ic_launcher.png b/assets/images/ic_launcher.png deleted file mode 100644 index 4e1c8641..00000000 Binary files a/assets/images/ic_launcher.png and /dev/null differ diff --git a/assets/images/ic_launcher_round.png b/assets/images/ic_launcher_round.png deleted file mode 100644 index 5af45c98..00000000 Binary files a/assets/images/ic_launcher_round.png and /dev/null differ diff --git a/pubspec.yaml b/pubspec.yaml index 99c7e39d..cdb387a6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -75,13 +75,6 @@ dev_dependencies: injectable_generator: ^1.5.4 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: uses-material-design: true assets: