adb_kit 0.1.0
adb_kit: ^0.1.0 copied to clipboard
A typed Dart wrapper around the Android Debug Bridge (adb). Covers device management, app install, input injection, screencap/screenrecord, logcat streaming, files, intents, dumpsys and scripting.
Changelog #
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.