File tree 4 files changed +8
-5
lines changed
4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
* Fix connection timeout on iOS
4
4
* Fix emitting current connection state on iOS
5
+ * Update MBA to 0.1.7:
6
+ * Fix lack of disconnection event on iOS when connection fails to be established
7
+ * Fix not all errors being passed through onError callbacks on Android (thanks, @eliaslecomte )
5
8
6
9
## 2.3.0
7
10
Original file line number Diff line number Diff line change 1
1
group ' com.polidea.flutter_ble_lib'
2
- version ' 2.3.0 '
2
+ version ' 2.3.1 '
3
3
4
4
buildscript {
5
5
repositories {
@@ -36,5 +36,5 @@ android {
36
36
37
37
dependencies {
38
38
implementation ' androidx.annotation:annotation:1.1.0'
39
- implementation ' com.github.Polidea:MultiPlatformBleAdapter:0.1.6 '
39
+ implementation ' com.github.Polidea:MultiPlatformBleAdapter:0.1.7 '
40
40
}
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.3.0 '
6
+ s . version = '2.3.1 '
7
7
s . summary = 'A new flutter plugin project.'
8
8
s . description = <<-DESC
9
9
A new flutter plugin project.
@@ -16,7 +16,7 @@ A new flutter plugin project.
16
16
s . public_header_files = 'Classes/**/*.h'
17
17
s . dependency 'Flutter'
18
18
s . swift_versions = [ '4.0' , '4.2' , '5.0' ]
19
- s . dependency 'MultiplatformBleAdapter' , '~> 0.1.6 '
19
+ s . dependency 'MultiplatformBleAdapter' , '~> 0.1.7 '
20
20
21
21
s . ios . deployment_target = '8.0'
22
22
end
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.3.0
3
+ version : 2.3.1
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