flutter_android_bridge 0.2.2
flutter_android_bridge: ^0.2.2 copied to clipboard
Flutter Android Bridge is a Flutter package that provides a bridge to interact with Android's native functionalities. This package allows Flutter applications to communicate with Android's package man [...]
0.2.2 #
- Using isolate pool for the scanner
0.2.1 #
- Toggle debug for tcp scanner
0.2.0 #
- Enable debugPrint per command
0.1.0 #
- Added
adb logcatcommand - Added
adb shell am broadcastcommand
0.0.9 #
Added more methods
0.0.8 #
isConnected should not throw
0.0.7 #
adb path must be specified
0.0.6 #
Removed FlutterAndroidBridge.debug
0.0.5 #
Added connection timeout Added tcp/scanner
0.0.4 #
Fixed root/unroot arguments
0.0.3 #
Minor changes Updated Readme
0.0.2 #
Added more shell methods
0.0.1 #
Initial release