Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 234 Bytes

File metadata and controls

4 lines (4 loc) · 234 Bytes

For creating apk of admin app run this command in terminal: flutter build apk --flavor admin -t lib/main_admin.dart For creating apk of client app run this command in terminal: flutter build apk --flavor client -t lib/main_client.dart