Steps to reproduce:
- Plug in a device.
flutter create dummy
cd dummy/lib
flutter logs
Expected results:
Logs should start, probably not showing much unless you have a debug-mode Flutter app running already on the device.
Actual results:
No supported devices connected.
Works fine if you run it from a directory with a pubspec.yaml, but that command shouldn't need a Flutter package to find the devices on which logs are available.