Change Your Project App Icon :
NOTE :
- Before running the app make sure you have import Collection json in
Firestore database which we have provided.
- Before import json in firestore database remember to give rule permission or
create Firestore Data.
See the Firebase Rules for create
Firestore
Database and how to give
permission
in firebase.
Also you can check below video for how to import json in firebase:
VIDEO URL :
https://youtu.be/Jd0sW8Wrc5Y?si=AxC6BmWBFwZfZU4a
- Open Your Android folder in android studio, right click on android -> Flutter ->
click
on Open Android module in Android Studio
- Or else click on File -> Open -> go to your project android location -> click
on Open
(For Mac) and click on Ok(For Windows).
- Now wait until your gradle build
- Now click on app -> New -> select Image Assets
- On pop-up will appear in that select you app icon image path in Foreground Layer
- Resize icon as per your requirement.
- Now click on Background Layer tab, and select background color as per
your
requirement.

- After set background click on Next button.
- Now select release in Res directory and click on Finish
button.
- After finish process, open your project and run it again.