Skip to main content

How to Change app logo

Note: Make sure your logo is in png format and do not change the name of the files.

eShop

2. Open pubspec.yaml file and update the adaptive_icon_background(For android) and background_color_ios(For ios) with your logo background color.

eShop

3. Afterward, run the following command in your terminal: flutter pub run flutter_launcher_icons. This will generate icons for android and ios.

eShop