App Logo
To change the App Logo, follow the following steps
open your pubspec.yaml
upload the desired image and set the path to image_path under flutter_icons
After that open terminal
run the below code
flutter pub get
flutter pub run flutter_launcher_icons:main
Last updated