From 144fcdd22571a488122b5149b6b799324d2e5e8d Mon Sep 17 00:00:00 2001 From: TaprootFreak <142087526+TaprootFreak@users.noreply.github.com> Date: Tue, 9 Jun 2026 15:21:01 +0200 Subject: [PATCH] chore: bump bitbox_flutter to v0.0.8 v0.0.8 contains the Android pairing-code fix (#26): initBitBox now runs off the serial MethodChannel task queue, so the BitBox channel hash (pairing code) appears in the app and on the device simultaneously instead of only after on-device confirmation. iOS was already unaffected. --- pubspec.lock | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bf626bd73..cf5905a02 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -77,8 +77,8 @@ packages: dependency: "direct main" description: path: "." - ref: "v0.0.7" - resolved-ref: ebe0fb04e0fb1d56ae6fa815277598c980ac1940 + ref: "v0.0.8" + resolved-ref: "7786f6e70b716287f08f4b7082762e6d7d0546bf" url: "https://github.com/DFXswiss/bitbox_flutter.git" source: git version: "0.0.1" diff --git a/pubspec.yaml b/pubspec.yaml index 9877d9640..a277d4e39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -79,7 +79,7 @@ dependencies: bitbox_flutter: git: url: https://github.com/DFXswiss/bitbox_flutter.git - ref: v0.0.7 + ref: v0.0.8 dev_dependencies: flutter_test: