F
F
Foodie Delivery Boy
Search…
F
F
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
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.
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
to see the list of common issues and solutions to fix it.
Previous
Introduction
Next
Folder Structure
Last modified
1yr ago
Copy link
Contents
Flutter Setup
Run Foodie Delivery App