Closed benjaminschreck closed 2 years ago
Wow, I've never seen that before. Do you have a reproducible example?
https://github.com/benjaminschreck/vrouter_problem
I uploaded a reproducible example.
The solution was to wrap every widget in the VWidget with a Scaffold
VWidget(
path: "/home",
widget: Scaffold(body: HomeView()),
)
When I navigate through nested pages there is a weird Animation where I see the buttons of the Page before. Is this a known issue? If yes how can I solve it?
https://user-images.githubusercontent.com/64160104/154098008-a80b1583-1c44-43ca-bd55-54a23fc44268.mov