- Fix AGP 8.0+ Build Issues
Thanks to mohammadestk for the fix & contributions!
- Update library to support Android 14 (API 34) even more
- Fix flutter's deprecated gradle plugins
- Add sample device_filter in example app
Thanks to DominikStarke for the fix & contributions!
- Update
registerReceiver
native method to support Android 14 (API 34) - Increase
minSdkVersion
to 21 - Increase
compileSdkVersion
to 34
- Implementations setParameters & purgeHwBuffers
- Fix for
usbSerialPort.getControlLines();
causing crash when connecting to a device
Thanks to nmiglio for the contributions!
- Implementations for setting usb DTR and RTS
- Connect device after permission is granted
- Fix for APP crash and force close when serial status connected and cable detached from device #6
Thanks to DominikStarke for the fix!
- Change gradle implementation to api, so updating build gradle wont be needed when installing the library
- Add
vendorId
toDeviceInfo
- Remove equal operator from
DeviceInfo
- Change
getAvailableDevices
to detailed device info version - Change
connect
to requireDeviceInfo
fromgetAvailableDevices
- Add
getAvailableDevices
- Fix typo in document
- Update to minor version v0.1.0
- Remove uneeded libraries to reduce package size
- Update descriptions
- Follow flutter lint formats
- Android Add basic functionalities for serial communication:
getAvailableDevices
,connect
,disconnect
,write
,getSerialMessageListener
,getDeviceConnectionListener
.