Skip to content

Commit

Permalink
bump version 5.0.3 (#626)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taym95 committed Dec 7, 2022
1 parent 6d9cee4 commit 16747c4
Show file tree
Hide file tree
Showing 12 changed files with 233 additions and 274 deletions.
1 change: 1 addition & 0 deletions example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.signify.hue.reactivebleexample">

<uses-permission android:name="android.permission.INTERNET" />
<!-- required for API 18 - 30 -->
<uses-permission
android:name="android.permission.BLUETOOTH"
Expand Down
50 changes: 25 additions & 25 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand Down Expand Up @@ -98,7 +98,7 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
charcode:
dependency: transitive
description:
Expand Down Expand Up @@ -126,7 +126,7 @@ packages:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
code_builder:
dependency: transitive
description:
Expand All @@ -140,7 +140,7 @@ packages:
name: collection
url: "https://pub.dartlang.org"
source: hosted
version: "1.15.0"
version: "1.16.0"
convert:
dependency: transitive
description:
Expand Down Expand Up @@ -175,7 +175,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.3.1"
file:
dependency: transitive
description:
Expand Down Expand Up @@ -206,9 +206,9 @@ packages:
dependency: "direct main"
description:
path: "../packages/flutter_reactive_ble"
relative: true
relative: false
source: path
version: "5.0.2"
version: "5.0.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -311,21 +311,21 @@ packages:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
mime:
dependency: transitive
description:
Expand Down Expand Up @@ -353,7 +353,7 @@ packages:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.0"
version: "1.8.2"
pedantic:
dependency: transitive
description:
Expand Down Expand Up @@ -407,16 +407,16 @@ packages:
dependency: "direct overridden"
description:
path: "../packages/reactive_ble_mobile"
relative: true
relative: false
source: path
version: "5.0.2"
version: "5.0.3"
reactive_ble_platform_interface:
dependency: transitive
dependency: "direct overridden"
description:
name: reactive_ble_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.0.2"
path: "../packages/reactive_ble_platform_interface"
relative: true
source: path
version: "5.0.3"
shelf:
dependency: transitive
description:
Expand Down Expand Up @@ -449,7 +449,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
Expand Down Expand Up @@ -477,21 +477,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.8"
version: "0.4.12"
timing:
dependency: transitive
description:
Expand All @@ -512,7 +512,7 @@ packages:
name: vector_math
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.1"
version: "2.1.2"
watcher:
dependency: transitive
description:
Expand All @@ -535,5 +535,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.14.0 <3.0.0"
flutter: ">=2.0.0"
dart: ">=2.17.0-0 <3.0.0"
flutter: ">=1.16.0"
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_reactive_ble_example
description: Demonstrates how to use the flutter_reactive_ble plugin.
version: 5.0.2
version: 5.0.3
publish_to: 'none'

environment:
Expand All @@ -11,7 +11,7 @@ dependencies:
flutter:
sdk: flutter
flutter_lints: ^1.0.4
flutter_reactive_ble: ^5.0.2
flutter_reactive_ble: ^5.0.3
functional_data: ^1.0.0
intl: ^0.17.0

Expand Down
7 changes: 7 additions & 0 deletions packages/flutter_reactive_ble/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.0.3

* Enable extended advertising on android. Fix #571
* Add additional null checks to scanRecord. Fix #521
* Restore support for Xcode 12
* Add verbose debug logging Fix #583

## 5.0.2

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

0 comments on commit 16747c4

Please sign in to comment.