libserialport_plus 0.0.9
libserialport_plus: ^0.0.9 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.9 #
- Fix
nullptr
exceptions
0.0.8 #
- Change
SerialPortReader
behavior 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
,SerialPortInfo
andSerialPortConfig