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
[web] query parameters removed on initial load #147
I'm currently experiencing a strange problem when calling sth like '/#/test?myparam=123' using QR.to the parameter is there and get processed correctly. But when i copy paste the url and the flutter app reloads it removes the parameter to /#/test and no parameter is set.
I'm currently experiencing a strange problem when calling sth like '/#/test?myparam=123' using
QR.to
the parameter is there and get processed correctly. But when i copy paste the url and the flutter app reloads it removes the parameter to/#/test
and no parameter is set.