Flutter Configuration:

In order to start configuring , you need to install Android studio and the 'Java SE Development Kit'. First download the android studio from here Android Studio.

*Note: After successfully installing the Android Studio please make a sample app project to install necessary files into computer by android studio.

Importing Flutter Project and Change Package Name

To import the app, simply open Android Studio and import/open the app. Make sure to wait for all the processes (the Gradle Build) to complete before continuing to the next step

Change App Name

Below is illustrated how you can change the name of the application.

Go to FoodiesRestaurants->android->app->src->AndroidManifest.xml

Go to FoodiesRestaurants->lib->main.dart

Change Color Scheme

Below is illustrated how you can change the color of the application.
Go to FoodiesRestaurants->lib->main.dart

Change App icon

We need to put a png file with named ‘app_icon’ in following folder

Go to project location->FoodiesRestaurants->assets->icons

and run following command in the terminal as mentioned in screenshot.

flutter pub run flutter_launcher_icons:main

Change Splash Screen

We need to put a jpg file with named ‘splash' in the following folder:

Go to project location->FoodiesRestaurants->assets->icons

Generate Release APK

You have to follow the steps

Here is the Helping video for generating release APK

Are you facing any issues setting up the app? Our expected response time is 24 to 48 hours Mon-Fri (9AM - 6PM) GMT+5, Submit A Ticket