We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d4289 commit 69db6dcCopy full SHA for 69db6dc
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.7.1+1
2
+* Fix for FlutterBlue constructor when running on emulator.
3
+* Return error when attempting to `discoverServices` while not connected.
4
+
5
## 0.7.1
6
* Fix incorrect value notification when write is performed.
7
* Add `toString` to each bluetooth class.
pubspec.yaml
@@ -2,7 +2,7 @@ name: flutter_blue
description:
Flutter plugin for connecting and communicating with Bluetooth Low Energy devices,
on Android and iOS
-version: 0.7.1
+version: 0.7.1+1
author: Paul DeMarco <paulmdemarco@gmail.com>
homepage: https://github.com/pauldemarco/flutter_blue
8
0 commit comments