flutter/packages/flutter_tools/lib/src/linux
Robert Ancell 887d5dd9c2
Fix flutter doctor usage of eglinfo in failure cases. (#164334)
Ignore return value from eglinfo - it doesn't indicate failure.
Discovered when using an X11 system where Wayland is not available. It
returns 1 in this case, but the output is still valid. Confirmed by
looking at the eglinfo source - we should parse the output regardless of
what it returns.

Catch exception correctly when eglinfo is not installed.

Fixes for https://github.com/flutter/flutter/pull/163980
2025-02-28 13:07:55 +00:00
..
application_package.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
build_linux.dart [ Widget Preview ] Add support for building and launching the widget preview scaffold (#162326) 2025-02-05 20:44:56 +00:00
linux_device.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00
linux_doctor.dart Fix flutter doctor usage of eglinfo in failure cases. (#164334) 2025-02-28 13:07:55 +00:00
linux_workflow.dart Auto-format Framework (#160545) 2024-12-19 20:06:21 +00:00