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

@ -48,7 +48,7 @@ class StreamInfoWidget extends StatelessWidget {
BasicButton.text(
t.button.share,
icon: Icon(Icons.share, size: 16),
onTap: () {
onTap: (_) {
SharePlus.instance.share(
ShareParams(
title: stream.info.title,