App Logo

To change the App Logo, follow the following steps

  1. open your pubspec.yaml

  2. upload the desired image and set the path to image_path under flutter_icons

  3. After that open terminal

  4. run the below code

flutter pub get
flutter pub run flutter_launcher_icons:main

Last updated