> For the complete documentation index, see [llms.txt](https://edentech.gitbook.io/foodie-delivery-boy/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://edentech.gitbook.io/foodie-delivery-boy/get-started.md).

# Getting Started

## 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.

1. MacOS
   1. Docs link: <https://flutter.dev/docs/get-started/install/macos>
   2. Video link: <https://www.youtube.com/watch?v=hL7pkX1Pfko>
2. Windows
   1. Docs link: <https://flutter.dev/docs/get-started/install/windows>
   2. Video link: <https://www.youtube.com/watch?v=Z2ugnpCQuyw>
3. Linux
   1. Docs link: <https://flutter.dev/docs/get-started/install/linux>

## 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](https://github.com/flutter/flutter/wiki/Workarounds-for-common-issues) to see the list of common issues and solutions to fix it.
