smart_usb 0.4.2
smart_usb: ^0.4.2 copied to clipboard
Android USB plugin for Flutter
0.4.2 #
- Update
ffi: ^2.0.1
- Change
libusb to libusb_new pubspec.yaml
0.4.1 #
- Add
connectDevice
- Add
send with Printer
- Change
permission BroadcastReceiver
0.4.0 #
- Fix
requestPermission
compatibility below Android 11
0.4.0-dev.0 #
- Move to
quick.flutter
mono repo - Minimal constraints
flutter >= 2.5.0
- Fix Android 12 compatibility with FLAG_IMMUTABLE for permssion intent
- Add "requestPermission" option to "getDevicesWithDescription"
0.3.1 #
- Add
setAutoDetachKernelDriver
- Remove USB feature requirement for Android devices
- Add
timeout
parameter tobulkTransferIn
&bulkTransferOut
0.3.0 #
- Add
getDevicesWithDescription
- Add
getDeviceDescription
- Add
detachKernelDriver
- Fix
dylib
@rpath on macOS - Refactor linux so loading
0.2.0 #
- Migrate to null safety
0.1.0+2 #
- Fix bulkTransferOut length limit on Android
- Return negative length when bulkTransferOut error on desktop
0.1.0+1 #
- Fix README
0.1.0 #
Add several APIs
hasPermission
/requestPermission
openDevice
/closeDevice
getConfiguration
/setConfiguration
claimInterface
/releaseInterface
bulkTransferIn
/bulkTransferOut
0.0.1 #
- Add
init
,exit
andgetDeviceList