- Updates minimum supported SDK version to Flutter 3.44/Dart 3.12
- Migrates to built-in Kotlin
- Adds Swift Package Manager support for macOS
- Move FFI code to this repository for simpler maintenance
- Add support to Flutter 3.29.0
- Minor fixes
- Add namespace for Android
- Update Kotlin to 2.0.0
- Upgrade libserialport sources to 0.1.1
- Fix TERMIOX definition
- Upgrade to Dart 2.17, Flutter 3.0, libserialport 0.3
- Fix linux builds for newer kernels (thanks @sitic)
- Example: add serial device entitlement for macOS.
- Fix build error on Ubuntu 16.04.
- Rename from flutter_serial_port to flutter_libserialport jpnurmi#1
- Switch from dart_serial_port to libserialport.
- Upgraded SDK constraint & dart_serial_port dependency.
- Initial release.