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
I am using this code to detect if the device is an emulator. When I run it on a Pixel 8 API 35 (android-arm64 emulator) I get this as the log . It is returning false even though I am using an emulator. Compromised: false, Emulator: false, Debugged: true
Code :
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.7 23H124 darwin-arm64, locale en-KE)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.92.0)
[✓] Connected device (5 available)
[✓] Network resources
• No issues found!
The text was updated successfully, but these errors were encountered:
I am using this code to detect if the device is an emulator. When I run it on a Pixel 8 API 35 (android-arm64 emulator) I get this as the log . It is returning false even though I am using an emulator.
Compromised: false, Emulator: false, Debugged: true
Code :
Flutter doctor output
The text was updated successfully, but these errors were encountered: