flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.22.0, on Ubuntu 22.04.4 LTS 6.5.0-28-generic, locale en_US.UTF-8)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Chrome - develop for the web
[✓] Linux toolchain - develop for Linux desktop
[!] Android Studio (not installed)
[✓] IntelliJ IDEA Ultimate Edition (version 2024.1)
[✓] VS Code (version 1.89.1)
[✓] Connected device (2 available)
[✓] Network resources
I'm on Ubuntu 22.04
This occurs on older versions as well, but I pulled down the current main branch and ran the example to validate, see gif.
When this GIF starts, I have removed all image attributes from MenuActions and things work as you would expect. When I undo those changes and go back, you see the black screen.
flutter doctor Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.22.0, on Ubuntu 22.04.4 LTS 6.5.0-28-generic, locale en_US.UTF-8) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Chrome - develop for the web [✓] Linux toolchain - develop for Linux desktop [!] Android Studio (not installed) [✓] IntelliJ IDEA Ultimate Edition (version 2024.1) [✓] VS Code (version 1.89.1) [✓] Connected device (2 available) [✓] Network resources
I'm on Ubuntu 22.04
This occurs on older versions as well, but I pulled down the current main branch and ran the example to validate, see gif.
When this GIF starts, I have removed all image attributes from MenuActions and things work as you would expect. When I undo those changes and go back, you see the black screen.