1- Create your app icon ic_launcher and notification icon notification_icon folders How to generate an app icon? After you generate icons folder replace the following folders:
Open
Open
Right click on project folder and click on replace in path
Write com.u6amtech.flutter_restaurant in 1st marked box and write your own package name at second marked box and then click on Replace All button.
Open
Go to
Copy all data from en.json and paste it in your created file.
Translate all English text placed here after colon(:) to your local language.
Copy your country picture and paste it on
Open
Create your own firebase project from https://console.firebase.google.com/ and also add an android app there with your own package name and app name.
Then click register app and download google-services.json file from there.
Then copy that file and paste and replace it in
To change your notification icon with your app icon, first make your icon image totally white.
Rename it as notification_icon.png.
Then paste it in
Open to
You must have to set color for dark theme also from
To publish the app on playStore follow the instructions in the link below
To publish the app on appStore follow the instructions in the link below