Run Customer App
Here, it provides detailed information regarding various commands and how to run the customer app.
$ flutter packages get$ flutter runLast updated
Was this helpful?
Here, it provides detailed information regarding various commands and how to run the customer app.
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?
Was this helpful?