You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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