flutter_bluetooth_serial 0.1.0 copy "flutter_bluetooth_serial: ^0.1.0" to clipboard
flutter_bluetooth_serial: ^0.1.0 copied to clipboard

outdated

A basic Flutter Bluetooth Serial library

0.1.0 - 2019-06-19 #

Pull request #35 by @PsychoXIVI changes a lot:

  • Discovering other devices,
  • Multiple connections,
  • Interesting example application,
  • Enabling/Disabling Bluetooth,
  • Byte streams,
  • Overall improvements and fixes.

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.