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
Force refresh issue when using alongside canPopFunc #120
Hi There, Thanks for the awesome package. It makes our life much easier. I am currently facing a issue with navigation. My homepage route is at "/" and I have added back button check using canPopFunc() like below.
Now whenever I am trying to force refresh the page or probably do pushReplacement using QR.navigator.replaceLast('/'); the exit alert dialog in being triggered. Any way to stop this?
Hi There, Thanks for the awesome package. It makes our life much easier. I am currently facing a issue with navigation. My homepage route is at "/" and I have added back button check using canPopFunc() like below.
`QRoute( name: homePage,
Now whenever I am trying to force refresh the page or probably do pushReplacement using
QR.navigator.replaceLast('/');
the exit alert dialog in being triggered. Any way to stop this?