If you configure a custom device in flutter master channel, flutter doctor -v will list the device but not flutter devices or flutter run.
Steps to Reproduce
flutter upgrade master
flutter config --enable-custom-devices
flutter custom-device add add any custom device (commands don't matter, you can use true for each)
flutter doctor -v will list the device
flutter devices will not
I have this fixed already, just need an issue to link the PR to.