SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
87 stars 22 forks source link

Can not rerender claver routing #137

Closed wahyueko22 closed 10 months ago

wahyueko22 commented 1 year ago

QRoute( path: "/", builder: () => def_dashboard.DashboardView(), middleware: [ DefferedLoader(def_dashboard.loadLibrary), ], ),

can not rerender DashboardView for more than one calls, so my new value on page is not updated.

SchabanBo commented 1 year ago

I think you need to do QR.to('path', ignoreSamePath: false)