When the compiled target file is run, the terminal does not print any error messages, but the application window does not appear.
➜ example git:(main) ✗ flutter run -d linux
Launching lib/main.dart on Linux in debug mode...
Building Linux application...
✓ Built build/linux/x64/debug/bundle/window_manager_example
flutter doctor:
example git:(main) ✗ flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.0, on Arch Linux 6.10.6-zen1-1-zen, locale zh_CN.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 (version 2024.1)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!
When the compiled target file is run, the terminal does not print any error messages, but the application window does not appear.
flutter doctor: