🖌️
multi-location-grocery
  • Multi-location Grocery
  • Introduction
    • Overview
    • Prerequesites
    • Technology
    • Source Code
    • Changelog
    • Faq
    • Support
  • Dashboard
    • Angular Installation
    • Run Dashboard
    • Dashboard Setup
  • Customer app
    • Flutter Installation
    • Customer App setup
    • Customer App Structure
    • Run Customer App
    • Release Build
  • Delivery boy app
    • Installation
    • Delivery Boy App setup
    • Delivery Boy App Structure
    • Run Delivery Boy App
  • User manual
    • Deals
    • Orders
    • Coupons
    • Settings
    • Category
    • Products
    • Location
  • Website
    • Webapp Installtion
    • Web app setup
  • Api Backend
    • Nestjs Installation
    • Api Setup
    • Run API
    • Mongodb Setup
Powered by GitBook
On this page

Was this helpful?

  1. Customer app

Run Customer App

Before running the Customer App, install the plugins and run the various commands shown below.

Open your terminal and navigate to the project folder and install plugins

$ flutter packages get

Once plugins are installed successfully you can run the app in Device with :

$ flutter run
PreviousCustomer App StructureNextRelease Build

Last updated 4 years ago

Was this helpful?