Skip to content

Commit 16747c4

Browse files
authored
bump version 5.0.3 (#626)
1 parent 6d9cee4 commit 16747c4

File tree

12 files changed

+233
-274
lines changed

12 files changed

+233
-274
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.signify.hue.reactivebleexample">
33

4+
<uses-permission android:name="android.permission.INTERNET" />
45
<!-- required for API 18 - 30 -->
56
<uses-permission
67
android:name="android.permission.BLUETOOTH"

example/pubspec.lock

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.2"
31+
version: "2.9.0"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -98,7 +98,7 @@ packages:
9898
name: characters
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "1.2.0"
101+
version: "1.2.1"
102102
charcode:
103103
dependency: transitive
104104
description:
@@ -126,7 +126,7 @@ packages:
126126
name: clock
127127
url: "https://pub.dartlang.org"
128128
source: hosted
129-
version: "1.1.0"
129+
version: "1.1.1"
130130
code_builder:
131131
dependency: transitive
132132
description:
@@ -140,7 +140,7 @@ packages:
140140
name: collection
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "1.15.0"
143+
version: "1.16.0"
144144
convert:
145145
dependency: transitive
146146
description:
@@ -175,7 +175,7 @@ packages:
175175
name: fake_async
176176
url: "https://pub.dartlang.org"
177177
source: hosted
178-
version: "1.2.0"
178+
version: "1.3.1"
179179
file:
180180
dependency: transitive
181181
description:
@@ -206,9 +206,9 @@ packages:
206206
dependency: "direct main"
207207
description:
208208
path: "../packages/flutter_reactive_ble"
209-
relative: true
209+
relative: false
210210
source: path
211-
version: "5.0.2"
211+
version: "5.0.3"
212212
flutter_test:
213213
dependency: "direct dev"
214214
description: flutter
@@ -311,21 +311,21 @@ packages:
311311
name: matcher
312312
url: "https://pub.dartlang.org"
313313
source: hosted
314-
version: "0.12.11"
314+
version: "0.12.12"
315315
material_color_utilities:
316316
dependency: transitive
317317
description:
318318
name: material_color_utilities
319319
url: "https://pub.dartlang.org"
320320
source: hosted
321-
version: "0.1.3"
321+
version: "0.1.5"
322322
meta:
323323
dependency: transitive
324324
description:
325325
name: meta
326326
url: "https://pub.dartlang.org"
327327
source: hosted
328-
version: "1.7.0"
328+
version: "1.8.0"
329329
mime:
330330
dependency: transitive
331331
description:
@@ -353,7 +353,7 @@ packages:
353353
name: path
354354
url: "https://pub.dartlang.org"
355355
source: hosted
356-
version: "1.8.0"
356+
version: "1.8.2"
357357
pedantic:
358358
dependency: transitive
359359
description:
@@ -407,16 +407,16 @@ packages:
407407
dependency: "direct overridden"
408408
description:
409409
path: "../packages/reactive_ble_mobile"
410-
relative: true
410+
relative: false
411411
source: path
412-
version: "5.0.2"
412+
version: "5.0.3"
413413
reactive_ble_platform_interface:
414-
dependency: transitive
414+
dependency: "direct overridden"
415415
description:
416-
name: reactive_ble_platform_interface
417-
url: "https://pub.dartlang.org"
418-
source: hosted
419-
version: "5.0.2"
416+
path: "../packages/reactive_ble_platform_interface"
417+
relative: true
418+
source: path
419+
version: "5.0.3"
420420
shelf:
421421
dependency: transitive
422422
description:
@@ -449,7 +449,7 @@ packages:
449449
name: source_span
450450
url: "https://pub.dartlang.org"
451451
source: hosted
452-
version: "1.8.1"
452+
version: "1.9.0"
453453
stack_trace:
454454
dependency: transitive
455455
description:
@@ -477,21 +477,21 @@ packages:
477477
name: string_scanner
478478
url: "https://pub.dartlang.org"
479479
source: hosted
480-
version: "1.1.0"
480+
version: "1.1.1"
481481
term_glyph:
482482
dependency: transitive
483483
description:
484484
name: term_glyph
485485
url: "https://pub.dartlang.org"
486486
source: hosted
487-
version: "1.2.0"
487+
version: "1.2.1"
488488
test_api:
489489
dependency: transitive
490490
description:
491491
name: test_api
492492
url: "https://pub.dartlang.org"
493493
source: hosted
494-
version: "0.4.8"
494+
version: "0.4.12"
495495
timing:
496496
dependency: transitive
497497
description:
@@ -512,7 +512,7 @@ packages:
512512
name: vector_math
513513
url: "https://pub.dartlang.org"
514514
source: hosted
515-
version: "2.1.1"
515+
version: "2.1.2"
516516
watcher:
517517
dependency: transitive
518518
description:
@@ -535,5 +535,5 @@ packages:
535535
source: hosted
536536
version: "3.1.0"
537537
sdks:
538-
dart: ">=2.14.0 <3.0.0"
539-
flutter: ">=2.0.0"
538+
dart: ">=2.17.0-0 <3.0.0"
539+
flutter: ">=1.16.0"

example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_reactive_ble_example
22
description: Demonstrates how to use the flutter_reactive_ble plugin.
3-
version: 5.0.2
3+
version: 5.0.3
44
publish_to: 'none'
55

66
environment:
@@ -11,7 +11,7 @@ dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_lints: ^1.0.4
14-
flutter_reactive_ble: ^5.0.2
14+
flutter_reactive_ble: ^5.0.3
1515
functional_data: ^1.0.0
1616
intl: ^0.17.0
1717

packages/flutter_reactive_ble/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 5.0.3
2+
3+
* Enable extended advertising on android. Fix #571
4+
* Add additional null checks to scanRecord. Fix #521
5+
* Restore support for Xcode 12
6+
* Add verbose debug logging Fix #583
7+
18
## 5.0.2
29

310
* Revert Queue up messages on iOS until event channel is ready. Fix #439

0 commit comments

Comments
 (0)