How to change app icon and app name in Flutter App? (Android, IOS)

Опубликовано: 22 Март 2026
на канале: Flutter Cool
4,378
76

In this video, you will see how to change icon and name in Flutter App with these steps:

add your icon to the assets folder.
link your icon in pubspec.yaml file.
add the flutter launcher icon library to your project.
change the name of the app by changing the info.plist file for IOS and manifest file for android.
remove debug label from the Flutter app.

Github link: https://github.com/Rapid-Technology/f...
Flutter launcher icon link: https://pub.dev/packages/flutter_laun...

#Flutter
#RapidTech