actions-test/lib/screens/room
Jakob Meier 5b9b48cd24
Migrated to GoRouter
Reasons for migration:
- buggy behaviour from old router
- GoRouter is a recommended flutter plugin
- ShellRoutes allow exposing Providers
  to a limited scope of routes
- GoRoutes provides named routes,
  and the navigator allows us to provide parameters directly.
2023-03-28 14:54:39 +02:00
..
pages Migrated to GoRouter 2023-03-28 14:54:39 +02:00
edit.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00
join.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00
main.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00
members.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00
new.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00
permissions.dart Migrated to GoRouter 2023-03-28 14:54:39 +02:00