Skip to content

Commit 4e51edf

Browse files
committed
chore(payjoin): merge pinned native dependency
2 parents 1c7471c + aa712f6 commit 4e51edf

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

pubspec.lock

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1536,10 +1536,11 @@ packages:
15361536
payjoin:
15371537
dependency: "direct main"
15381538
description:
1539-
name: payjoin
1540-
sha256: "2b8e3f2c0f78e2054fcee9c25a8ce670df3fb4bec7ea66c4524dbac5e5b654eb"
1541-
url: "https://pub.dev"
1542-
source: hosted
1539+
path: "."
1540+
ref: "26595d9821250bbd88f4e43b97acc85f17a93d71"
1541+
resolved-ref: "26595d9821250bbd88f4e43b97acc85f17a93d71"
1542+
url: "https://github.com/SatoshiPortal/payjoin-dart"
1543+
source: git
15431544
version: "0.1.2"
15441545
permission_handler:
15451546
dependency: "direct main"

pubspec.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,15 @@ dependencies:
3636
path: flutter_secure_storage
3737
path_provider: ^2.1.5
3838
shared_preferences: ^2.3.0
39-
payjoin: ^0.1.2
39+
# Vendored copy of pub.dev payjoin 0.1.2 with the payjoin Rust crate
40+
# exact-pinned to 1.0.0-rc.5: rc.6 (published 2026-07-23) broke the
41+
# package's from-source FFI build (UriExt/PjUri API changes), failing every
42+
# fresh CI/container build. Point back to pub.dev once upstream ships a
43+
# release built against a newer payjoin-ffi.
44+
payjoin:
45+
git:
46+
url: https://github.com/SatoshiPortal/payjoin-dart
47+
ref: 26595d9821250bbd88f4e43b97acc85f17a93d71
4048
qr_flutter: ^4.1.0
4149
dio: ^5.9.0
4250
timeago: ^3.7.1

0 commit comments

Comments
 (0)