flutter_serial_communication 0.1.1
flutter_serial_communication: ^0.1.1 copied to clipboard
This library aims to ease Flutter Developers to do serial communcation with their peripherals without too much hassle. Currently supports Android USB (OTG) to communicate with Arduinos and other USB s [...]
0.1.1 #
- Fix typo in document
0.1.0 #
- Update to minor version v0.1.0
0.0.3 #
- Remove uneeded libraries to reduce package size
0.0.2 #
- Update descriptions
- Follow flutter lint formats
0.0.1 #
- Android Add basic functionalities for serial communication:
getAvailableDevices
,connect
,disconnect
,write
,getSerialMessageListener
,getDeviceConnectionListener
.