Top

Chatzy Documentation

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


  1. Open Your Android folder in android studio, right click on android -> Flutter -> click on Open Android module in Android Studio
  2. Or else click on File -> Open -> go to your project android location -> click on Open (For Mac) and click on Ok(For Windows).
  3. Now wait until your gradle build
  4. Now click on app -> New -> select Image Assets
  5. On pop-up will appear in that select you app icon image path in Foreground Layer
  6. Resize icon as per your requirement.
  7. Now click on Background Layer tab, and select background color as per your requirement.

  8. After set background click on Next button.

  9. Now select release in Res directory and click on Finish button.

  10. After finish process, open your project and run it again.