-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Labels
newNew issue request attentionNew issue request attention
Description
Describe the question
RouterOutlet has this annoying transition by default. Is there any way to fix this? I couldn't find one.
Expected behavior
I think it should have a smooth transition or developers should be able to define their own animation or transition to change the widgets.
In modular I've defined the child route like this
ChildRoute('/',child: (_, __) => const HomePage(),
children: [
ChildRoute(...),
ChildRoute('/chart', child: (_, __) => const Chartpage()),
ChildRoute('/more', child: (_, __) => const MorePage()),
],
),
And the below code as the body of the home page scaffold
body: const RouterOutlet(),
Metadata
Metadata
Assignees
Labels
newNew issue request attentionNew issue request attention
