For the complete documentation index, see llms.txt. This page is also available as Markdown.

Run Delivery Boy App

To run the delivery boy app, follow these below commands to install plugins & to run the app.

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

Last updated

Was this helpful?