mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-18 02:42:34 +01:00
fix: Add missing routes
This commit is contained in:
parent
72458a7c25
commit
7f559e5b3c
@ -124,6 +124,16 @@ class AppRoutes {
|
||||
widget: const EmptyPage(),
|
||||
buildTransition: _fadeTransition,
|
||||
stackedRoutes: [
|
||||
VWidget(
|
||||
path: '/stories/create',
|
||||
buildTransition: _fadeTransition,
|
||||
widget: const AddStoryPage(),
|
||||
),
|
||||
VWidget(
|
||||
path: '/stories/:roomid',
|
||||
buildTransition: _fadeTransition,
|
||||
widget: const StoryPage(),
|
||||
),
|
||||
VWidget(
|
||||
path: '/spaces/:roomid',
|
||||
widget: const ChatDetails(),
|
||||
|
Loading…
Reference in New Issue
Block a user