Skip to content

Commit 63a1002

Browse files
committed
Bump version to 0.7.2
* Add `allowDuplicates` option to `startScan`. * Fix performance issue with GUID initializers.
1 parent fbad7d1 commit 63a1002

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.2
2+
* Add `allowDuplicates` option to `startScan`.
3+
* Fix performance issue with GUID initializers.
4+
15
## 0.7.1+1
26
* Fix for FlutterBlue constructor when running on emulator.
37
* Return error when attempting to `discoverServices` while not connected.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: flutter_blue
22
description:
33
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
44
on Android and iOS
5-
version: 0.7.1+1
5+
version: 0.7.2
66
author: Paul DeMarco <[email protected]>
77
homepage: https://github.com/pauldemarco/flutter_blue
88

0 commit comments

Comments
 (0)