Flutter Food Ordering Theme

  1. Home
  2. Docs
  3. Flutter Food Ordering Theme
  4. Installation (just in one step)

Installation (just in one step)

Prerequisites:

Before starting the installation, please make sure you can successfully run any flutter apps on your machine.

Step 1:

Download and Extract the purchased file

Step 2:

Create New flutter project with the project name of “foodapp

flutter create foodapp
cd foodapp

Step 3:

Now copy/move all files from extracted (purchased) to the newly created folder

Step 4:

We have loaded a sample data inside foodapp/data folder. So you can copy the files in your remote webserver or local http server.

Step 5:

Open foodapp/lib/config.dart and update your URL.

Note: If you’re testing it on a local machine, you should use an IP address instead of localhost.

Step 6:

flutter pub get
flutter run