LogoLogo
  • Grocery Saas App
  • INTRODUCTION
    • Overview
    • Prerequisites
    • Technologies
    • Source code
    • changelog
    • FAQ
    • Support
  • API Backend
    • NestJS installation
    • Api setup
    • Run API
    • MongoDB setup
  • 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 App
  • USER MANUAL
    • Deals
    • Orders
    • Coupon
    • Settings
    • Category
    • Products
    • Brands
    • Location
  • Website
    • Web app installation
    • Web app setup
Powered by GitBook
On this page

Was this helpful?

  1. Delivery boy app

Run Delivery App

It Gives detailed information regarding various commands used to run the project and how to run it.

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
PreviousDelivery Boy App structureNextDeals

Last updated 4 years ago

Was this helpful?