adb 0.2.1+2
adb: ^0.2.1+2 copied to clipboard
Simple Dart wrapper around Android Debug Bridge.
0.2.1+2 #
- Fix broken changelog display (#294)
0.2.1+1 #
- Populate
homepagefield inpubspec.yaml(#254)
0.2.1 #
- Populate missing fields in
pubspec.yaml, improve README (#254)
0.2.0 #
Adb.instrumentnow returns aProcess
0.1.6 #
- Return a cancel function from
Adb.forwardPortsmethod
0.1.5 #
- Remove
Adb.forceInstallApkbecause it was too high level and flaky
0.1.4 #
- Fix
AdbInstallFailedUpdateIncompatible.fromStdErrnot parsing the error message correctly
0.1.3 #
- Always ensure that
adbdameon is running
0.1.2 #
- Move
adb start-servertoAdb.initmethod
0.1.1 #
- Ensure that
adbdis running inAdbconstructor
0.1.0 #
- Make API a bit more object-oriented to enable testing
- Add support for
adb devices
0.0.4 #
- Fix wrong order of arguments for
instrument()
0.0.3 #
- Make it possible to pass arguments to
instrument()method