File tree 2 files changed +10
-4
lines changed 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.4.0
2
+ * ** Breaking change** . Manufacturer Data is now a ` Map ` of manufacturer ID's.
3
+ * Service UUID's, service data, tx power level packets fixed in advertising data.
4
+ * Example app updated to show advertising data.
5
+ * Various other bug fixes.
6
+
1
7
## 0.3.4
2
8
* Updated to use the latest protobuf (^0.9.0+1)
3
9
* Updated other dependencies
32
38
* Bug fixes
33
39
34
40
## 0.2.2
35
- * BREAKING CHANGES
41
+ * ** Breaking changes ** :
36
42
* ` startScan ` renamed to ` scan `
37
43
* ` ScanResult ` now returns a ` BluetoothDevice `
38
44
* ` connect ` now takes a ` BluetoothDevice ` and returns Stream<BluetoothDeviceState >
39
45
* Added parameter ` timeout ` to ` connect `
40
46
* Automatic disconnect on deviceConnection.cancel()
41
47
42
48
## 0.2.1
43
- * BREAKING CHANGE: removed ` stopScan ` from API, use ` scanSubscription.cancel() ` instead
49
+ * ** Breaking change ** . Removed ` stopScan ` from API, use ` scanSubscription.cancel() ` instead
44
50
* Automatically stops scan when ` startScan ` subscription is canceled (thanks to @brianegan )
45
51
* Added ` timeout ` parameter to ` startScan `
46
52
* Updated example app to show new scan functionality
61
67
62
68
## 0.0.1 - September 1st, 2017
63
69
64
- * Initial Release.
70
+ * Initial Release.
Original file line number Diff line number Diff line change 1
1
name : flutter_blue
2
2
description : Bluetooth plugin for Flutter
3
- version : 0.3.4
3
+ version : 0.4.0
4
4
author :
Paul DeMarco <[email protected] >
5
5
homepage : https://github.com/pauldemarco/flutter_blue
6
6
You can’t perform that action at this time.
0 commit comments