adb_kit 0.1.1
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.
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.