From c6436229ecb1e3a4cce963ae9c9d005c2ef9a3cf Mon Sep 17 00:00:00 2001 From: Agua <438517073@qq.com> Date: Thu, 8 Sep 2022 16:55:45 +0800 Subject: [PATCH] Change version to 0.9.4 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- example/pubspec.lock | 2 +- pubspec.lock | 34 +++++++++++++++++----------------- pubspec.yaml | 2 +- 5 files changed, 26 insertions(+), 21 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab801db..900a712 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.9.4 +* Add: Ensure that the interval between sending data is at least 30ms. +* Add: Add 'requestConnectionPriority' function to BlePeripheral. + + ## 0.9.3 * Add: Stop current scanning before 'scanDevices'. diff --git a/README.md b/README.md index 021407b..be20510 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 你可以通过命令 `flutter pub add ble_ex` 直接安装 `ble_ex` 插件,这将自动为你项目内的 `pubspec.yaml` 文件的 `dependencies` 字段中增加如下依赖 ```yaml dependencies: - ble_ex: ^0.9.3 + ble_ex: ^0.9.4 ``` #### 从 github 安装 需要你手动在 `pubspec.yaml` 文件的 `dependencies` 字段中增加如下依赖 @@ -25,7 +25,7 @@ dependencies: ble_ex: git: url: https://github.com/featherJ/ble_ex.git - ref: ^0.9.2 + ref: ^0.9.4 ``` 然后执行命令 ``` diff --git a/example/pubspec.lock b/example/pubspec.lock index 59ad064..9757d6c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -14,7 +14,7 @@ packages: path: ".." relative: true source: path - version: "0.9.3" + version: "0.9.4" boolean_selector: dependency: transitive description: diff --git a/pubspec.lock b/pubspec.lock index 2a4fa72..2941a61 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -7,7 +7,7 @@ packages: name: async url: "https://pub.dartlang.org" source: hosted - version: "2.8.1" + version: "2.8.2" boolean_selector: dependency: transitive description: @@ -21,7 +21,7 @@ packages: name: characters url: "https://pub.dartlang.org" source: hosted - version: "1.1.0" + version: "1.2.0" charcode: dependency: transitive description: @@ -42,14 +42,14 @@ packages: name: collection url: "https://pub.dartlang.org" source: hosted - version: "1.15.0" + version: "1.16.0" fake_async: dependency: transitive description: name: fake_async url: "https://pub.dartlang.org" source: hosted - version: "1.2.0" + version: "1.3.0" fixnum: dependency: transitive description: @@ -101,7 +101,14 @@ packages: name: matcher url: "https://pub.dartlang.org" source: hosted - version: "0.12.10" + version: "0.12.11" + material_color_utilities: + dependency: transitive + description: + name: material_color_utilities + url: "https://pub.dartlang.org" + source: hosted + version: "0.1.4" meta: dependency: transitive description: @@ -115,7 +122,7 @@ packages: name: path url: "https://pub.dartlang.org" source: hosted - version: "1.8.0" + version: "1.8.1" plugin_platform_interface: dependency: transitive description: @@ -155,7 +162,7 @@ packages: name: source_span url: "https://pub.dartlang.org" source: hosted - version: "1.8.1" + version: "1.8.2" stack_trace: dependency: transitive description: @@ -190,21 +197,14 @@ packages: name: test_api url: "https://pub.dartlang.org" source: hosted - version: "0.4.2" - typed_data: - dependency: transitive - description: - name: typed_data - url: "https://pub.dartlang.org" - source: hosted - version: "1.3.0" + version: "0.4.9" vector_math: dependency: transitive description: name: vector_math url: "https://pub.dartlang.org" source: hosted - version: "2.1.0" + version: "2.1.2" sdks: - dart: ">=2.12.0 <3.0.0" + dart: ">=2.17.0-0 <3.0.0" flutter: ">=2.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index f5552c0..587ec78 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ble_ex description: A Flutter library based on flutter_reactive_ble. Added more operations for BLE communication. -version: 0.9.3 +version: 0.9.4 homepage: https://github.com/featherJ/ble_ex environment: