12. Change App Icon
flutter pub get
flutter pub run flutter_launcher_icons:mainLast updated
Go to the assets/images and delete the default icon (icon.png).
Now upload your app icon as png in the assets/images folder and rename it to icon.png
Now run the following command on the terminal:
flutter pub get
flutter pub run flutter_launcher_icons:mainThis command will create an android & iOS icons for your app.
That’s it. For more info, visit this site.
Last updated