Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 446 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 446 Bytes

ppl_app

App for Team Management. Backend is already hosted.

Getting Started

Runnig app in build mode. Clean the old build using

flutter clean

Install all the packages

flutter pub get

First copy the device id.

flutter devices

Running in development Mode. Paste the device Id after -d.

flutter run -d BYS3Y19211004042

Creating Release APK.

flutter build apk