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.
MacOS
Video link: https://www.youtube.com/watch?v=hL7pkX1Pfko
Windows
Video link: https://www.youtube.com/watch?v=Z2ugnpCQuyw
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:
Unzip the Foodie delivery boy app zipped file.
Head to the file pubspec.yaml and select
pub get
orPackages 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 Common Questions to see the list of common issues and solutions to fix it.
Last updated
Was this helpful?