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 6f657ec2..5146d838 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 f0b36022..d8bfe7f3 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 341206ab..5eeeb12e 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 2cb1714c..53cab1dd 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 70a13db9..83711a11 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/assets/resources/appIcon-removebg.png b/assets/resources/appIcon-removebg.png index f708cdfd..dfc8f677 100644 Binary files a/assets/resources/appIcon-removebg.png and b/assets/resources/appIcon-removebg.png differ diff --git a/assets/resources/appIcon.ico b/assets/resources/appIcon.ico index 5d2f2246..cbd1383d 100644 Binary files a/assets/resources/appIcon.ico and b/assets/resources/appIcon.ico differ diff --git a/assets/resources/appIcon.png b/assets/resources/appIcon.png index 05754137..7e828aa3 100644 Binary files a/assets/resources/appIcon.png and b/assets/resources/appIcon.png differ diff --git a/pubspec.yaml b/pubspec.yaml index f4db009f..eb62aa5f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -81,11 +81,11 @@ dev_dependencies: flutter_launcher_icons: image_path: 'assets/resources/appIcon-removebg.png' android: true - ios: true + ios: false windows: generate: true macos: - generate: true + generate: false flutter: uses-material-design: true diff --git a/windows/runner/resources/app_icon.ico b/windows/runner/resources/app_icon.ico index d2a10732..3a6d158a 100644 Binary files a/windows/runner/resources/app_icon.ico and b/windows/runner/resources/app_icon.ico differ