🥗
Flutter Food Delivery
  • Introduction
  • Installation
    • System Requirements
    • The App
  • Technologies
  • Guide
    • Customize
  • Packages
  • License
  • FAQ's
  • Release Notes
Powered by GitBook
On this page

Was this helpful?

  1. Installation

The App

Run the following commands on your terminal to setup the app on your system.

Installation

Get the code

To setup Flutter E-Commerce Theme on your system, and sync your app with constant updates, clone the repo.

$ git clone projectUrl
$ cd food-delivery/
$ flutter packages get
$ flutter run

​

Run on iOS

Opt #1:

  • Open the project in Xcode from ios/Runner.xcodeproj

  • Clickrunbutton to simulate.

Opt #2:

  • Run$open -a Simulator.appin your terminal.

  • Start your app by running the commandflutter run.

  • Run on Android

  • Make sure you have an Android emulator installed and running.

  • Runflutter runin your terminal.

PreviousSystem RequirementsNextTechnologies

Last updated 4 years ago

Was this helpful?