adb_kit
Typed Dart wrapper around the Android Debug Bridge (adb) — devices, packages, input, screen, logcat, files, intents, dumpsys, scripting.
0.1.1
sbrsubuvga/ADB
What this package is like to depend on
Last release 3 months ago
04 May 2026
Too new to tell
only 2 dated releases
Nearly every release is documented
notes for 2 of 2 stable releases
Nothing withdrawn
no release was ever pulled
3 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · May 2026 to May 2026Releases
latest 2-
0.1.104 May 2026Release notes
Open source →- 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.004 May 2026Release notes
Open source →Initial release.
AdbRunnerprocess 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+ScriptPlayerwithwait_for, asserts, variable interpolation.- Unit tests for parsing, coordinate mapping, script roundtripping, shell quoting, intent rendering.