Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 807 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 807 Bytes

for_kish_driver

This is a driver application for managing driver and passenger coordination. The product is designed by my friend "Mostafa Khalilnasab".

The back-end app is here[https://github.com/karianpour/forkish-back]

The passenger mobile app is here[https://github.com/karianpour/forkish-app]

Here you can see a video of the apps in action:

Demo

Develmopment

flutter pub run build_runner watch

To Install packages

flutter pub get

To clear packages

flutter clean flutter pub cache repair

Release

flutter build apk --split-per-abi --release

scp build/app/outputs/apk/release/app-armeabi-v7a-release.apk karianpour:~/share/driver-armeabi-v7a-release.apk