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
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6 21G115 darwin-arm, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.72.1)
[✓] Connected device (5 available)
[✓] HTTP Host Availability
Not a big issue but not great for the future
Hope it helps keep this amazing plugin up to date
The text was updated successfully, but these errors were encountered:
Hi,
While testing my app on a physical pixel 6 running android 13 I came across the issue of a blank screen and no error logged or found while debugging.
build.gradle :
compileSdkVersion 33
targetSdkVersion 33
Reverting to targetSdkVersion 32 fixes the issue
can be reproduced on an android 13 simulator
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.3.4, on macOS 12.6 21G115 darwin-arm, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.0.1)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.3)
[✓] VS Code (version 1.72.1)
[✓] Connected device (5 available)
[✓] HTTP Host Availability
Not a big issue but not great for the future
Hope it helps keep this amazing plugin up to date
The text was updated successfully, but these errors were encountered: