File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.2.7
2
+
3
+ * Minor code style fixes. Adjusted device connection state monitoring.
4
+
1
5
## 2.2.6
2
6
3
7
* Fixed scan quick failures not being reported to the listener (race condition in scanning_mixin.dart)
Original file line number Diff line number Diff line change 1
1
group ' com.polidea.flutter_ble_lib'
2
- version ' 2.2.6 '
2
+ version ' 2.2.7 '
3
3
4
4
buildscript {
5
5
repositories {
Original file line number Diff line number Diff line change 3
3
#
4
4
Pod ::Spec . new do |s |
5
5
s . name = 'flutter_ble_lib'
6
- s . version = '2.2.6 '
6
+ s . version = '2.2.7 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
Original file line number Diff line number Diff line change 1
1
name : flutter_ble_lib
2
2
description : FlutterBle Library is a flutter library that supports BLE operations. It uses MultiPlatformBleAdapter as a native backend..
3
- version : 2.2.6
3
+ version : 2.2.7
4
4
homepage : https://github.com/Polidea/FlutterBleLib
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments