I have successfully changed the App Icon for the App by replacing the file with the files I downloaded from here.
Its working fine in the Menu with logo and name as expected. but the icon is not changed in the Task Menu.
And in the Menu its fine though.
I replaced [mipmap-hdpi, mipmap-mdpi, mipmap-xhdpi, mipmap-xxhdpi, mipmap-xxxxhdpi] folders with new ones in the android->app->src->main->res path of my project.
Any help will be highly appreciated.
Let's first add the package to pubspec. yaml . Then all you need to do is give your icon path as it is shown and that's all. You can give different paths for Android and IOS as well.
Solved: Flutter Font Awesome Icons Not ShowingStopping the app. Running flutter clean in your app directory. Deleting the app from your simulator / emulator / device. Rebuild & Deploy the app.
I had exactly the same issue. I rebooted my smartphone and it worked as it was suggested in related topics. After restart the icon is displayed as it should everywhere.
I attach related links:
Problem ticket in Flutter Github repository
Related question with solution that worked
Please check manifest file.
<application
android:name="io.flutter.app.FlutterApplication"
android:label="flutter"
android:icon="@mipmap/app_logo">
You have to change icon name here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With