Getting Started
This section guides to install the Flutter environment
Last updated
Was this helpful?
This section guides to install the Flutter environment
Last updated
Was this helpful?
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.
MacOS
Docs link:
Video link:
Windows
Docs link:
Video link:
Linux
Docs link:
After setting up flutter on your computer, next will be to run the Foodie Delivery boy app. Follow the steps below:
Unzip the Foodie delivery boy app zipped file.
Head to the file pubspec.yaml and select pub get
or Packages get
to install the required packages(libraries).
Then, Open IOS/Android simulator.
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.