adb_utils 0.1.1
adb_utils: ^0.1.1 copied to clipboard
A Dart library for interacting with ADB (Android Debug Bridge) server and devices.
0.1.1 #
- Added integration tests for
AdbDevice.installandAdbDevice.uninstallmethods. These tests verify that APKs can be installed and uninstalled correctly on connected devices.