libserialport_plus 0.0.11  libserialport_plus: ^0.0.11 copied to clipboard
libserialport_plus: ^0.0.11 copied to clipboard
A Flutter wrapper (FFI plugin) for the libserialport library. This package provides a simple API for communicating over serial ports.
0.0.11 #
- Update CHANGELOG.md
0.0.10 #
- Change close()method inSerialPortReadertoFuture<void>
0.0.9 #
- Fix nullptrexceptions
0.0.8 #
- Change SerialPortReaderbehavior to auto-close on disconnect or when error occurs
0.0.7 #
- Fix Android build
0.0.6 #
- Update pubspec.yaml description
0.0.5 #
- Remove unused dependencies
0.0.4 #
- Fix error handling
0.0.3 #
- Remove iOS support
- Fix macOS support
- Add macOS setup in README.md
0.0.2 #
- Update README.md
0.0.1 #
- Add SerialPort,SerialPortReader,SerialPortInfoandSerialPortConfig