v1.1.23+53
All checks were successful
Flutter Schmutter / build (push) Successful in 3m40s

- bye go_router
This commit is contained in:
2025-06-12 11:39:31 +02:00
parent 16ebc51e77
commit dff9cda829
9 changed files with 173 additions and 94 deletions

View File

@ -114,8 +114,8 @@ class EndDrawer extends StatelessWidget {
ListTile(
title: const Text('Einstellungen'),
onTap: () {
Navigator.pop(context);
_showMsg('wip', context);
//context.go('/settings');
Navigator.pushReplacementNamed(context, '/settings');
},
),
ListTile(