Foodie Delivery Boy
  • Introduction
  • Getting Started
  • Folder Structure
  • Change Color Theme
  • Change App Font
  • Change the rest App Configurations
  • Publish to AppStore and Playstore
  • Chat
    • Chat with Vendor/Customer
  • Change Log
Powered by GitBook
On this page
  • Flutter Setup
  • Run Foodie Delivery App

Was this helpful?

Getting Started

This section guides to install the Flutter environment

PreviousIntroductionNextFolder Structure

Last updated 4 years ago

Was this helpful?

Flutter Setup

To run the Foodie Delivery Boy app, you need to first setup the flutter environment. If you don't have flutter environment setup before, please follow the instructions before.

Please go to to read more on setting up flutter from the official flutter docs.

You can read flutter setup doc base on your computer operation system.

  1. MacOS

    1. Docs link:

    2. Video link:

  2. Windows

    1. Docs link:

    2. Video link:

  3. Linux

    1. Docs link:

Run Foodie Delivery App

After setting up flutter on your computer, next will be to run the Foodie Delivery boy app. Follow the steps below:

  1. Unzip the Foodie delivery boy app zipped file.

  2. Head to the file pubspec.yaml and select pub get or Packages get to install the required packages(libraries).

  3. Then, Open IOS/Android simulator.

  4. Press the run button (green play icon) to start the project.

Note: When installing, if you get issue, please go to to see the list of common issues and solutions to fix it.

https://flutter.dev/docs/get-started/install
https://flutter.dev/docs/get-started/install/macos
https://www.youtube.com/watch?v=hL7pkX1Pfko
https://flutter.dev/docs/get-started/install/windows
https://www.youtube.com/watch?v=Z2ugnpCQuyw
https://flutter.dev/docs/get-started/install/linux
Common Questions