Run Customer App
To run the Customer app, follow the below commands to install plugins and to run the app on the device.
Open your terminal and navigate to the project folder and install plugins
$ flutter packages getOnce plugins are installed successfully you can run the app in Device with :
$ flutter runLast updated
Was this helpful?