Skip to content

Commit

Permalink
Release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chipweinberger committed Jul 20, 2023
1 parent d8309d6 commit 1f27bc5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

## 1.8.3
* android: writeCharacteristic: return error if longer than mtu
* iOS: add mtu size checks and device connection checks
* iOS: refactor: unify try catch blocks

## 1.8.2
* android: support sdk 33 for writeCharacteristic and writeDescriptor
* android: calling connect() on already connected device is now considered success
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.8.2
version: 1.8.3
homepage: https://github.com/boskokg/flutter_blue_plus

environment:
Expand Down

0 comments on commit 1f27bc5

Please sign in to comment.