From 0e61dc5bf132c6f787d6aba95c95872ee2612452 Mon Sep 17 00:00:00 2001 From: Janez T Date: Sun, 22 Mar 2026 13:57:14 +0100 Subject: [PATCH] fix: Revert Darwin BLE override --- .gitignore | 1 - ios/fastlane/report.xml | 8 ++++---- pubspec.lock | 9 +++++---- pubspec.yaml | 4 ---- 4 files changed, 9 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 896129a..37ae0ee 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,6 @@ create_feature_graphic.py .cachebro/ .osgrep/ third_party/lpcnet_flutter/ -third_party/flutter_blue_plus_darwin/ # Claude Code local settings (permissions, personal config) .claude/settings.local.json diff --git a/ios/fastlane/report.xml b/ios/fastlane/report.xml index 1a5b4dc..f7349f1 100644 --- a/ios/fastlane/report.xml +++ b/ios/fastlane/report.xml @@ -5,22 +5,22 @@ - + - + - + - + diff --git a/pubspec.lock b/pubspec.lock index 124f655..85cc08f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -440,11 +440,12 @@ packages: source: hosted version: "8.2.1" flutter_blue_plus_darwin: - dependency: "direct overridden" + dependency: transitive description: - path: "third_party/flutter_blue_plus_darwin" - relative: true - source: path + name: flutter_blue_plus_darwin + sha256: cfef171db550670cf8110f6eb25baf15d9bc8bad2af29550f9bbc0d8fceaf285 + url: "https://pub.dev" + source: hosted version: "8.2.1" flutter_blue_plus_linux: dependency: transitive diff --git a/pubspec.yaml b/pubspec.yaml index 96163bd..ee23870 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -147,10 +147,6 @@ dependency_overrides: # asset. That framework has been ending up archived with a macOS platform # slice and fails App Store validation for iOS uploads. path_provider_foundation: 2.5.1 - # flutter_blue_plus_darwin 8.2.1 can double-complete method calls for - # isSupported/getAdapterName on Darwin, which crashes BLE startup on macOS. - flutter_blue_plus_darwin: - path: third_party/flutter_blue_plus_darwin flutter_launcher_icons: android: "launcher_icon"