flutter_bluetooth_serial 0.0.5
flutter_bluetooth_serial: ^0.0.5 copied to clipboard
A basic Flutter Bluetooth Serial
0.0.5 - 2019-03-18 #
- Upgrade for AndroidX support (thanks @akilinomendez)
- New default constructor (thanks @MohiuddinM)
- Added method write passing byte[] (thanks @rafaelterada)
- Upgrade to Android Studio 3.3.2
0.0.4 - 2018-12-20 #
- Unsupported value error correction (thanks @rafaelterada)
- Added openSettings, which opens the bluetooth settings screen (thanks @rafaelterada)
0.0.3 - 2018-11-22 #
- async connection and null exception handled (thanks @MohiuddinM)
0.0.2 - 2018-09-27 #
- isConnected Implementation (thanks @Riscue)
0.0.1 - 2018-08-20 #
- Only Android support.