From 3d13099e0b1b69ef2ae278cfd18ce0f5aac58d52 Mon Sep 17 00:00:00 2001 From: DanGould Date: Mon, 16 Dec 2024 18:06:05 -0500 Subject: [PATCH] example: Use bdk_flutter ^0.31.2 this matches bullbitcoin-mobile for testing --- example/pubspec.lock | 9 ++++----- example/pubspec.yaml | 4 +--- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/example/pubspec.lock b/example/pubspec.lock index 7e1680f..b31a9fd 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -41,11 +41,10 @@ packages: bdk_flutter: dependency: "direct main" description: - path: "." - ref: main - resolved-ref: "8d7d89b47a2766ec55bd6710403d212f4e4432cb" - url: "https://github.com/LtbLightning/bdk-flutter" - source: git + name: bdk_flutter + sha256: ce4f6320095389ebd3eaae37e2213775de950722150d762fb9a661fd4b4eb9e0 + url: "https://pub.dev" + source: hosted version: "0.31.2" boolean_selector: dependency: transitive diff --git a/example/pubspec.yaml b/example/pubspec.yaml index d90021f..edf520c 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -6,9 +6,7 @@ environment: sdk: ">=3.2.3 <4.0.0" dependencies: bdk_flutter: - git: - url: https://github.com/LtbLightning/bdk-flutter - ref: main + ^0.31.2 cupertino_icons: ^1.0.2 flutter: sdk: flutter