win_ble 1.1.1 copy "win_ble: ^1.1.1" to clipboard
win_ble: ^1.1.1 copied to clipboard

PlatformWindows

Use the WinBle plugin to enable Bluetooth Low Energy in Flutter Windows and pure Dart projects (Windows only)

1.1.1 #

  • Replace win32 with path_provider for getting ble_server path #38
  • Breaking change: WinServer.path is now WinServer.path()
  • Get ble_server version using WinBle.version()
  • Fix: isPaired was returning cached result

1.0.2 #

  • Add parameter to discover uncached services #29
  • Prevent multiple creations of win_ble_server.exe files #32

1.0.1 #

  • Added Bluetooth radio related Api : turn on/off programmatically
  • Added api to get maxMtuSize

1.0.0 #

  • Added support for pure dart (Windows only)
  • Fix: few events were missing
  • BreakingChange: Initialize method now requires BleServer.exe path
  • Improved apis and minor fixes

0.0.5 #

  • Added BleState , to get status of Bluetooth Radio

0.0.4 #

  • Fixed writeWithResponse
  • breaking Change : startScan method is void now , to listen to scan result ,listen to WinBle.scanStream

0.0.2 #

  • Added ManufacturerData
  • Added Option to Pair/UnPair Ble Device
  • Added ability to check ( canPair / isPaired ) Status
  • minor Bug fixes

0.0.1 #

  • initial Version
33
likes
140
pub points
87%
popularity

Publisher

verified publisherrohitsangwan.site

Use the WinBle plugin to enable Bluetooth Low Energy in Flutter Windows and pure Dart projects (Windows only)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, path_provider

More

Packages that depend on win_ble