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
The app has two build variants `prod` and `sim`. The `prod` variant connects to a real physical device whereas the `sim` variant just emulates one. So to run the app you dont really need a physical device at all. Just run the `sim` variant. To do so call `flutter run --release --flavor sim -t lib/main_sim.dart`. For the prod variant call `flutter run --release --flavor prod -t lib/main_prod.dart`.
0 commit comments