adb_kit 0.1.1 copy "adb_kit: ^0.1.1" to clipboard
adb_kit: ^0.1.1 copied to clipboard

Typed Dart wrapper around the Android Debug Bridge (adb) — devices, packages, input, screen, logcat, files, intents, dumpsys, scripting.

Changelog #

0.1.1 #

  • Dartdoc comments across the public API (90% coverage).
  • Shorter pubspec description so it renders in pub.dev search snippets.
  • Removed unnecessary getter/setter wrapping AdbRunner.adbPath.

0.1.0 #

Initial release.

  • AdbRunner process layer with streaming, cancellation, timeouts, observer hooks.
  • DeviceService, ConnectionService, PackageService, ActivityService, InputService, ScreenService, DisplayService, LogcatService, FileService, ShellService, SettingsService, PropsService, NetworkService, PowerService, DumpsysService, BackupService.
  • Typed models: AdbDevice, AdbDisplay, AdbPackage, LogLine, FileEntry, IntentSpec, KeyCode, Script/ScriptStep.
  • ScriptRecorder + ScriptPlayer with wait_for, asserts, variable interpolation.
  • Unit tests for parsing, coordinate mapping, script roundtripping, shell quoting, intent rendering.
2
likes
160
points
151
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Typed Dart wrapper around the Android Debug Bridge (adb) — devices, packages, input, screen, logcat, files, intents, dumpsys, scripting.

Repository (GitHub)
View/report issues

Topics

#adb #android #automation #testing #desktop

License

MIT (license)

Dependencies

async, meta, path

More

Packages that depend on adb_kit