Pin ledger_flutter_plus dependency to fix builds (#1965)
cyan committed
Jan 15, 2025 at 22:15 UTC
f072bc8dce3b94acda037449b41297d2588aa71f
1 file changed
+8
-1
pubspec_base.yaml
+8
-1
@@ -107,7 +107,10 @@ dependencies:
107
polyseed: ^0.0.6
108
nostr_tools: ^1.0.9
109
solana: ^0.31.0+1
110
- ledger_flutter_plus: ^1.4.1
110
+ ledger_flutter_plus:
111
+ git:
112
+ url: https://github.com/vespr-wallet/ledger-flutter-plus
113
+ ref: c2e341d8038f1108690ad6f80f7b4b7156aacc76
114
hashlib: ^1.19.2
115
116
dev_dependencies:
@@ -146,6 +149,10 @@ dependency_overrides:
149
url: https://github.com/cake-tech/bitcoin_base
150
ref: cake-update-v9
151
ffi: 2.1.0
152
+ ledger_flutter_plus:
153
+ git:
154
+ url: https://github.com/vespr-wallet/ledger-flutter-plus
155
+ ref: c2e341d8038f1108690ad6f80f7b4b7156aacc76
156
157
flutter_icons:
158
image_path: "assets/images/app_logo.png"