chore: enhance stories
This commit is contained in:
parent
08f4fccc59
commit
733e4c7d7d
7 changed files with 100 additions and 8 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue