usb_debug_checker 0.0.2
usb_debug_checker: ^0.0.2 copied to clipboard
A Flutter plugin to check if USB debugging is enabled on Android.
0.0.2 Initial Release #
- Added functionality to check if USB Debugging is enabled on Android devices.
- Supports simple integration with Flutter apps using a single method:
isUsbDebuggingEnabled. - Includes an example app demonstrating the plugin usage.
- Compatible with Android API level 17 (Android 4.2) and above.