File tree Expand file tree Collapse file tree 10 files changed +40
-10
lines changed
reactive_ble_platform_interface Expand file tree Collapse file tree 10 files changed +40
-10
lines changed Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ packages:
220220 path: "../packages/flutter_reactive_ble"
221221 relative: true
222222 source: path
223- version: "5.2 .0"
223+ version: "5.3 .0"
224224 flutter_test:
225225 dependency: "direct dev"
226226 description: flutter
@@ -440,14 +440,14 @@ packages:
440440 path: "../packages/reactive_ble_mobile"
441441 relative: true
442442 source: path
443- version: "5.2 .0"
443+ version: "5.3 .0"
444444 reactive_ble_platform_interface:
445445 dependency: "direct overridden"
446446 description:
447447 path: "../packages/reactive_ble_platform_interface"
448448 relative: true
449449 source: path
450- version: "5.2 .0"
450+ version: "5.3 .0"
451451 shelf:
452452 dependency: transitive
453453 description:
Original file line number Diff line number Diff line change 11name : flutter_reactive_ble_example
22description : Demonstrates how to use the flutter_reactive_ble plugin.
3- version : 5.2 .0
3+ version : 5.3 .0
44publish_to : ' none'
55
66environment :
Original file line number Diff line number Diff line change 1+ ## 5.3.0
2+
3+ * Readd accidentally removed version constraint #789
4+ * Add a placeholder implementation for non-mobile platforms #688
5+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6+ * Include packages lock-files #797
7+ * Update Kotlin version in README #831
8+ * Migrate away from deprecated strong mode analysis options #832
9+ * Read RSSI #796
10+
111## 5.2.0
212
313* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change @@ -409,14 +409,14 @@ packages:
409409 path: "../reactive_ble_mobile"
410410 relative: true
411411 source: path
412- version: "5.2 .0"
412+ version: "5.3 .0"
413413 reactive_ble_platform_interface:
414414 dependency: "direct main"
415415 description:
416416 path: "../reactive_ble_platform_interface"
417417 relative: true
418418 source: path
419- version: "5.2 .0"
419+ version: "5.3 .0"
420420 shelf:
421421 dependency: transitive
422422 description:
Original file line number Diff line number Diff line change 11name : flutter_reactive_ble
22description : Reactive Bluetooth Low Energy (BLE) plugin that can communicate with multiple devices
3- version : 5.2 .0
3+ version : 5.3 .0
44homepage : https://github.com/PhilipsHue/flutter_reactive_ble
55
66environment :
Original file line number Diff line number Diff line change 1+ ## 5.3.0
2+
3+ * Readd accidentally removed version constraint #789
4+ * Add a placeholder implementation for non-mobile platforms #688
5+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6+ * Include packages lock-files #797
7+ * Update Kotlin version in README #831
8+ * Migrate away from deprecated strong mode analysis options #832
9+ * Read RSSI #796
10+
111## 5.2.0
212
313* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ packages:
401401 path: "../reactive_ble_platform_interface"
402402 relative: true
403403 source: path
404- version: "5.2 .0"
404+ version: "5.3 .0"
405405 shelf:
406406 dependency: transitive
407407 description:
Original file line number Diff line number Diff line change 11name : reactive_ble_mobile
22description : Official Android and iOS implementation for the flutter_reactive_ble plugin.
3- version : 5.2 .0
3+ version : 5.3 .0
44homepage : https://github.com/PhilipsHue/flutter_reactive_ble
55
66environment :
Original file line number Diff line number Diff line change 1+ ## 5.3.0
2+
3+ * Readd accidentally removed version constraint #789
4+ * Add a placeholder implementation for non-mobile platforms #688
5+ * Add Github actions and Migrate to latest Android SDK, AGP and protobuf plugin #830
6+ * Include packages lock-files #797
7+ * Update Kotlin version in README #831
8+ * Migrate away from deprecated strong mode analysis options #832
9+ * Read RSSI #796
10+
111## 5.2.0
212
313* Bump the minimum requirement to Dart 2.17 and upgrade melos to 3.1.0 in #762
Original file line number Diff line number Diff line change 11name : reactive_ble_platform_interface
22description : Platform interface for the flutter_reactive_ble_project
3- version : 5.2 .0
3+ version : 5.3 .0
44homepage : https://github.com/PhilipsHue/flutter_reactive_ble
55
66environment :
You can’t perform that action at this time.
0 commit comments