mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
fix: update ledger_bitcoin
fix: update switching button
This commit is contained in:
parent
1833c0804a
commit
e1bdc1db09
3 changed files with 6 additions and 6 deletions
|
@ -597,8 +597,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "packages/ledger-bitcoin"
|
path: "packages/ledger-bitcoin"
|
||||||
ref: trunk
|
ref: eab179d487cddda3f647f6608115a89662facde4
|
||||||
resolved-ref: e93254f3ff3f996fb91f65a1e7ceffb9f510b4c8
|
resolved-ref: eab179d487cddda3f647f6608115a89662facde4
|
||||||
url: "https://github.com/cake-tech/ledger-flutter-plus-plugins"
|
url: "https://github.com/cake-tech/ledger-flutter-plus-plugins"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.3"
|
version: "0.0.3"
|
||||||
|
@ -1201,4 +1201,4 @@ packages:
|
||||||
version: "2.2.2"
|
version: "2.2.2"
|
||||||
sdks:
|
sdks:
|
||||||
dart: ">=3.6.2 <4.0.0"
|
dart: ">=3.6.2 <4.0.0"
|
||||||
flutter: ">=3.27.4"
|
flutter: ">=3.27.0"
|
||||||
|
|
|
@ -49,7 +49,7 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cake-tech/ledger-flutter-plus-plugins
|
url: https://github.com/cake-tech/ledger-flutter-plus-plugins
|
||||||
path: packages/ledger-bitcoin
|
path: packages/ledger-bitcoin
|
||||||
ref: trunk
|
ref: eab179d487cddda3f647f6608115a89662facde4
|
||||||
ledger_litecoin:
|
ledger_litecoin:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cake-tech/ledger-flutter-plus-plugins
|
url: https://github.com/cake-tech/ledger-flutter-plus-plugins
|
||||||
|
|
|
@ -192,8 +192,8 @@ class _URQRState extends State<URQR> {
|
||||||
final keys = widget.urqr.keys.toList();
|
final keys = widget.urqr.keys.toList();
|
||||||
selectedInt++;
|
selectedInt++;
|
||||||
setState(() {
|
setState(() {
|
||||||
nextLabel = keys[(selectedInt + 1) % keys.length];
|
nextLabel = keys[(selectedInt) % keys.length];
|
||||||
selected = keys[(selectedInt + 1) % keys.length];
|
selected = keys[(selectedInt) % keys.length];
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue