Skip to content

Commit

Permalink
Release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Jul 23, 2023
1 parent 0a339ff commit 3e99158
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
## 1.9.3
* iOS: fix setNotify returning error even though it succeeded (regression in 1.9.0)
* dart: Characteristic.isNotifying was not working (regression in 1.9.0)
* dart: add back uuid convenience variable for BluetoothDescriptor (deprecated in 1.8.6)
* example: only show READ/WRITE/SUBSCRIBE buttons if the characteristic supports it
* example: add error handling

## 1.9.2
* dart: readRssi: fix ArgumentError (Invalid argument: Instance of 'DeviceIdentifier') (Regression 1.9.0)

## 1.9.1
* dart: fix crash in scanning due to assuming uuid is Guid format when it might not (Regression 1.9.0)
* dart: BluetoothCharacteristic.onValueReceived should only stream successful reads (Bug in 1.9.0)
* dart: add convenience accessors for BluetoothService.uuid and BluetoothCharacteristic.uuid as (formerly deprecated in 1.8.6)
* dart: add convenience accessors for BluetoothService.uuid and BluetoothCharacteristic.uuid as (deprecated in 1.8.6)
* example: add macos support


Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_blue_plus
description: Flutter plugin for connecting and communicationg with Bluetooth Low Energy devices, on Android and iOS
version: 1.9.2
version: 1.9.3
homepage: https://github.com/boskokg/flutter_blue_plus

environment:
Expand Down

0 comments on commit 3e99158

Please sign in to comment.