File tree 2 files changed +11
-3
lines changed
lib/routes/nostr/onboarding
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -574,8 +574,8 @@ class _OnboardingLoginPageState extends ConsumerState<OnboardingLoginPage> {
574
574
onWillAcceptWithDetails: (data) => data != index,
575
575
onAcceptWithDetails: (data) {
576
576
setState (() {
577
- String temp = _userWords[data];
578
- _userWords[data] = _userWords[index];
577
+ String temp = _userWords[data.data ];
578
+ _userWords[data.data ] = _userWords[index];
579
579
_userWords[index] = temp;
580
580
});
581
581
},
Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ packages:
731
731
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
732
732
url: "https://pub.dev"
733
733
source: hosted
734
-
734
+ version: "3.0.0"
735
735
logging:
736
736
dependency: transitive
737
737
description:
@@ -1289,6 +1289,14 @@ packages:
1289
1289
url: "https://pub.dev"
1290
1290
source: hosted
1291
1291
version: "1.3.2"
1292
+ unorm_dart:
1293
+ dependency: transitive
1294
+ description:
1295
+ name: unorm_dart
1296
+ sha256: "5b35bff83fce4d76467641438f9e867dc9bcfdb8c1694854f230579d68cd8f4b"
1297
+ url: "https://pub.dev"
1298
+ source: hosted
1299
+ version: "0.2.0"
1292
1300
url_launcher:
1293
1301
dependency: "direct main"
1294
1302
description:
You can’t perform that action at this time.
0 commit comments