mirror of
https://github.com/flutter/flutter.git
synced 2026-02-13 06:13:10 +08:00
We now print a sensible message if we can't find `dart` or `adb`. Also, we print a sensible message if the device isn't authorized. Fixes #380 Fixes #358