Skip to content

Commit 197793a

Browse files
author
Rutger Vromans
committed
Remove iOS 12 mention, update to 5.5.0
1 parent a5f8306 commit 197793a

7 files changed

Lines changed: 17 additions & 10 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,8 @@ This will prevent issues like [#131](https://github.com/PhilipsHue/flutter_react
7070
### iOS / MacOS
7171

7272
For iOS/MacOS it is required you add the following entries to the `Info.plist` file of your app. It is not allowed to access Core BLuetooth without this. See [our example app](https://github.com/PhilipsHue/flutter_reactive_ble/blob/master/example/ios/Runner/Info.plist) on how to implement this. For more indepth details: [Blog post on iOS bluetooth permissions](https://medium.com/flawless-app-stories/handling-ios-13-bluetooth-permissions-26c6a8cbb816)
73-
74-
iOS13 and higher
7573
* NSBluetoothAlwaysUsageDescription
7674

77-
iOS12 and lower
78-
* NSBluetoothPeripheralUsageDescription
79-
8075
For MacOS, make sure to enable Bluetooth from Capabilities
8176

8277
## Usage

packages/flutter_reactive_ble/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.5.0
2+
3+
* Added Swift Package Manager support #921
4+
15
## 5.4.2
26

37
* Update to Gradle distribution 8.4 #904

packages/flutter_reactive_ble/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_reactive_ble
22
description: Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
3-
version: 5.4.2
3+
version: 5.5.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:
@@ -21,8 +21,8 @@ dependencies:
2121
sdk: flutter
2222
functional_data: ^1.0.0
2323
meta: ^1.3.0
24-
reactive_ble_mobile: ^5.4.2
25-
reactive_ble_platform_interface: ^5.4.2
24+
reactive_ble_mobile: ^5.5.0
25+
reactive_ble_platform_interface: ^5.5.0
2626

2727
dependency_overrides:
2828
reactive_ble_mobile:

packages/reactive_ble_mobile/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.5.0
2+
3+
* Added Swift Package Manager support #921
4+
15
## 5.4.2
26

37
* Update to Gradle distribution 8.4 #904

packages/reactive_ble_mobile/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
protobuf: ^6.0.0
14-
reactive_ble_platform_interface: ^5.4.2
14+
reactive_ble_platform_interface: ^5.5.0
1515

1616
dev_dependencies:
1717
build_runner: ^2.3.3

packages/reactive_ble_platform_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.5.0
2+
3+
* Added Swift Package Manager support #921
4+
15
## 5.4.2
26

37
* Update to Gradle distribution 8.4 #904

packages/reactive_ble_platform_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactive_ble_platform_interface
22
description: Platform interface for the flutter_reactive_ble_project
3-
version: 5.4.2
3+
version: 5.5.0
44
homepage: https://github.com/PhilipsHue/flutter_reactive_ble
55

66
environment:

0 commit comments

Comments
 (0)