adb 0.4.1 adb: ^0.4.1 copied to clipboard
Simple Dart wrapper around Android Debug Bridge.
0.4.1 #
- Bump minimum Dart SDK to version 3.5.0 (#2371)
0.4.0 #
- Add
getForwardedPorts
method toAdb
(#2332) - Bump minimum Dart SDK to version 3.3.0-0 (#1917)
0.3.0 #
- Clean up (#1903)
- Bump minimum Dart SDK version to 3.1.0
- Remove
mocktail
fromdependecnies
- Update
issue_tracker
andrepository
fields in pubspec
0.2.5 #
- Throw an exception if
adb
executable is not present in $PATH (#1118)
0.2.4+2 #
- Fix publish workflow (#955) (#956)
0.2.4+1 #
- Use automated publishing with GitHub Actions on pub.dev (#953)
0.2.4 #
- Wait for the
activity
service before installing, uninstalling, and instrumenting (#616)
0.2.3 #
- Fix infinite waiting for
package
service when more than a single device device is attached (#553)
0.2.2 #
- Wait for the
package
service before installing, uninstalling, and instrumenting (#539)
0.2.1+2 #
- Fix broken changelog display (#294)
0.2.1+1 #
- Populate
homepage
field inpubspec.yaml
(#254)
0.2.1 #
- Populate missing fields in
pubspec.yaml
, improve README (#254)
0.2.0 #
Adb.instrument
now returns aProcess
0.1.6 #
- Return a cancel function from
Adb.forwardPorts
method
0.1.5 #
- Remove
Adb.forceInstallApk
because it was too high level and flaky
0.1.4 #
- Fix
AdbInstallFailedUpdateIncompatible.fromStdErr
not parsing the error message correctly
0.1.3 #
- Always ensure that
adb
dameon is running
0.1.2 #
- Move
adb start-server
toAdb.init
method
0.1.1 #
- Ensure that
adbd
is running inAdb
constructor
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
0.0.2 #
- Fix bugs that arose during migration
0.0.2 #
- Initial release. Move code from
package:maestro_cli