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

@ -169,7 +169,7 @@ class _StreamPage extends State<StreamPage> with RouteAware {
color: PRIMARY_1,
borderRadius: DEFAULT_BR,
),
onTap: () {
onTap: (context) {
showModalBottomSheet(
context: context,
constraints: BoxConstraints.expand(),