chore: enhance stories

This commit is contained in:
Christian Pauly 2021-12-28 19:30:19 +01:00
commit 733e4c7d7d
7 changed files with 100 additions and 8 deletions

View file

@ -61,6 +61,12 @@ class AppRoutes {
VWidget(
path: '/stories/:roomid',
widget: const StoryPage(),
stackedRoutes: [
VWidget(
path: 'share',
widget: const AddStoryPage(),
),
],
),
VWidget(
path: '/spaces/:roomid',
@ -133,6 +139,12 @@ class AppRoutes {
path: '/stories/:roomid',
buildTransition: _fadeTransition,
widget: const StoryPage(),
stackedRoutes: [
VWidget(
path: 'share',
widget: const AddStoryPage(),
),
],
),
VWidget(
path: '/spaces/:roomid',