Getting Started

This section guides to install the Flutter environment

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 https://flutter.dev/docs/get-started/install to read more on setting up flutter from the official flutter docs.

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

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 Common Questions to see the list of common issues and solutions to fix it.

Last updated