when i try to change the icon of the flutter desktop app , i found the quality of the icon is bad although the uploaded icon image in the assets is (1024*1024) why this happen ?
this is the pubspec.yaml
:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.14.1"
flutter_launcher_icons:
android: "launcher_icon"
# ios: true
image_path: "assets/icon/icon.png"
windows:
generate: true
image_path: "assets/icon/icon.png"
icon_size: 256 # min:48, max:256, default: 48
and i run this line in the terminal which works well !
dart run flutter_launcher_icons
I had this problem with flutter_launcher_icons
package
You can change the icon of the app from the flutter project files
1.For Android
.zip
fileandroid
fileandroid/app/src/main/res/
2. For Windows
.ico
filewindows/runner/resources/
.ico
app_icon
you can customize every thins on the generator