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
IF you want to access the current location of your app and web you have to add a paid api for It.
To get the api you have to buy the api first. To buy the api follow this this https://support.google.com/googleapi/answer/6158867?hl=en
To generate the api key visit this link https://developers.google.com/maps/documentation/embed/get-api-key
After creating API key---
Open
Now you are ready to build the web version of your app.
Go to the terminal of your ide and run this command
flutter build web --web-renderer html --release
After running the command,
Go to
Open <project>/web/index.html
and replace eFood
title with your app name.
Go to <project>/web
and replace this favicon.png
with your fav icon. Must rename your favicon as favicon.png
go to <project>/web
and replace logo.png
with your app logo
Now you are good to go for business. Best of luck.
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