flutter/packages/flutter_tools/lib
Todd Volkert 60c5ffc1a9 Switch many Device methods to be async (#9587)
`adb` can sometimes hang, which will in turn hang the Dart isolate if
we're using `Process.runSync()`. This changes many of the `Device` methods
to return `Future<T>` in order to allow them to use the async process
methods. A future change will add timeouts to the associated calls so
that we can properly alert the user to the hung `adb` process.

This is work towards #7102, #9567
2017-04-25 17:23:00 -07:00
..
src Switch many Device methods to be async (#9587) 2017-04-25 17:23:00 -07:00
executable.dart Bold each line individually (#9069) 2017-04-01 17:47:09 -07:00