NewsHour Doc
Search
K
Comment on page

11. Change App Icon

  • 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:main
This command will create an android & iOS icons for your app.
That’s it. For more info, visit this site.
Last modified 9mo ago