feat: simple NWC flow

closes #19
This commit is contained in:
2025-05-26 13:28:00 +01:00
parent befd7c014b
commit 47bed26df6
76 changed files with 3416 additions and 3277 deletions

View File

@ -63,7 +63,7 @@ class FollowButton extends StatelessWidget {
borderRadius: DEFAULT_BR,
color: LAYER_2,
),
onTap: () async {
onTap: (_) async {
_loading.value = true;
try {
if (onTap != null) {