Project Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
Visit flutter official website : for full install guide. if you prefer video tutorials, we recommend this playlist that will guide throw the full installation process:
run following command:
if your flutter setup was correct, you will see something similar.
Replace the image inside res
folder. Make sure you use same name app_icon.png
.
then run following command:
To set your profile account as admin, so that you will be able to ban, remove posts and messages. go to Firestore console, and change field isAdmin to true
To build and publish Android App, follow the official Documentation and