From 2a37e41e6dd60eb8a0b1448750ef726eb8330ac3 Mon Sep 17 00:00:00 2001 From: TobiasRoeddiger Date: Wed, 16 Sep 2026 16:34:27 +0200 Subject: [PATCH 1/3] chore(version): bump app version to 1.5.1 --- open_wearable/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open_wearable/pubspec.yaml b/open_wearable/pubspec.yaml index 365b7c62..30fe863e 100644 --- a/open_wearable/pubspec.yaml +++ b/open_wearable/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.5.0 +version: 1.5.1 environment: sdk: ^3.6.0 From 14f46d1afd3da1454e3a33ad27d94ac09680f338 Mon Sep 17 00:00:00 2001 From: TobiasRoeddiger Date: Wed, 16 Sep 2026 16:35:24 +0200 Subject: [PATCH 2/3] fix: consume conditional microphone gain capability --- open_wearable/pubspec.lock | 6 +++--- open_wearable/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/open_wearable/pubspec.lock b/open_wearable/pubspec.lock index df21f116..1177a1bf 100644 --- a/open_wearable/pubspec.lock +++ b/open_wearable/pubspec.lock @@ -540,11 +540,11 @@ packages: dependency: "direct main" description: path: "." - ref: main - resolved-ref: fec08981e70a16c52d4f73144966150964a4bd59 + ref: "codex/conditional-microphone-gain-capability" + resolved-ref: a66e393901af3d1f57f3fd60e56fa289807bd923 url: "https://github.com/OpenEarable/open_earable_flutter.git" source: git - version: "2.4.0" + version: "2.4.1" open_earable_protocols: dependency: transitive description: diff --git a/open_wearable/pubspec.yaml b/open_wearable/pubspec.yaml index 30fe863e..7c3c4dd5 100644 --- a/open_wearable/pubspec.yaml +++ b/open_wearable/pubspec.yaml @@ -39,7 +39,7 @@ dependencies: open_earable_flutter: git: url: https://github.com/OpenEarable/open_earable_flutter.git - ref: main + ref: codex/conditional-microphone-gain-capability universal_ble: ^2.0.4 permission_handler: ^12.0.1 flutter_platform_widgets: ^10.0.1 From 8b3166b48ac7b2e16ac152b5313efd7e74bb2db1 Mon Sep 17 00:00:00 2001 From: TobiasRoeddiger Date: Mon, 21 Sep 2026 10:12:39 +0200 Subject: [PATCH 3/3] chore: use released SDK 2.4.1 --- open_wearable/pubspec.lock | 9 ++++----- open_wearable/pubspec.yaml | 6 +----- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/open_wearable/pubspec.lock b/open_wearable/pubspec.lock index 1177a1bf..888e2409 100644 --- a/open_wearable/pubspec.lock +++ b/open_wearable/pubspec.lock @@ -539,11 +539,10 @@ packages: open_earable_flutter: dependency: "direct main" description: - path: "." - ref: "codex/conditional-microphone-gain-capability" - resolved-ref: a66e393901af3d1f57f3fd60e56fa289807bd923 - url: "https://github.com/OpenEarable/open_earable_flutter.git" - source: git + name: open_earable_flutter + sha256: "0134b1785a56c8076a28e5d56b618c465e28ecdf3cc3492fbda77e80776bdfbb" + url: "https://pub.dev" + source: hosted version: "2.4.1" open_earable_protocols: dependency: transitive diff --git a/open_wearable/pubspec.yaml b/open_wearable/pubspec.yaml index 7c3c4dd5..fcf4fd6a 100644 --- a/open_wearable/pubspec.yaml +++ b/open_wearable/pubspec.yaml @@ -35,11 +35,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.9 open_file: ^3.5.11 - # Use the Git source until audio response and microphone gain are published. - open_earable_flutter: - git: - url: https://github.com/OpenEarable/open_earable_flutter.git - ref: codex/conditional-microphone-gain-capability + open_earable_flutter: ^2.4.1 universal_ble: ^2.0.4 permission_handler: ^12.0.1 flutter_platform_widgets: ^10.0.1