simpleclub/url_strategy

How to deal with links with parameters

stoneLee81 opened this issue · 2 comments

How to deal with links with parameters?

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?

@creativecreatorormaybenot almost, the route is parsed as Uri and we're just using a custom handler of onGenerateRoute with settings.name and the Uris path.