Skip to content

Commit af31b21

Browse files
committed
new pubspec.lock
1 parent 9e096e8 commit af31b21

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Diff for: lib/routes/nostr/onboarding/onboarding_login.dart

+2-2
Original file line numberDiff line numberDiff line change
@@ -574,8 +574,8 @@ class _OnboardingLoginPageState extends ConsumerState<OnboardingLoginPage> {
574574
onWillAcceptWithDetails: (data) => data != index,
575575
onAcceptWithDetails: (data) {
576576
setState(() {
577-
String temp = _userWords[data];
578-
_userWords[data] = _userWords[index];
577+
String temp = _userWords[data.data];
578+
_userWords[data.data] = _userWords[index];
579579
_userWords[index] = temp;
580580
});
581581
},

Diff for: pubspec.lock

+9-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ packages:
731731
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
732732
url: "https://pub.dev"
733733
source: hosted
734-
734+
version: "3.0.0"
735735
logging:
736736
dependency: transitive
737737
description:
@@ -1289,6 +1289,14 @@ packages:
12891289
url: "https://pub.dev"
12901290
source: hosted
12911291
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"
12921300
url_launcher:
12931301
dependency: "direct main"
12941302
description:

0 commit comments

Comments
 (0)