updating sequence of flows

This commit is contained in:
2025-11-02 19:49:25 +02:00
parent 087a9aa4bc
commit 895925d32f
9 changed files with 149 additions and 179 deletions

View File

@@ -110,9 +110,7 @@ class _MyAppState extends State<MyApp> {
),
GoRoute(
path: '/gateway',
builder:
(context, state) =>
GatewayScreen(url: state.extra as String),
builder: (context, state) => const GatewayScreen(),
),
GoRoute(
path: '/receipt',