How to deal with links with parameters
stoneLee81 opened this issue · 2 comments
stoneLee81 commented
How to deal with links with parameters?
creativecreatorormaybenot commented
I think in our app, we simply parse the route to a Uri
and get the query parameters from there.
That should be onGenerateRoute
using the settings.name
.
cc @Sese-Schneider; does that sound right?
Sese-Schneider commented
@creativecreatorormaybenot almost, the route is parsed as Uri
and we're just using a custom handler of onGenerateRoute
with settings.name
and the Uri
s path
.