gurleensethi / sailor

Easy page navigation and management in Flutter apps.
https://pub.dev/packages/sailor
MIT License
145 stars 24 forks source link

Routing for web #24

Open brianschardt opened 4 years ago

brianschardt commented 4 years ago

If we want to use this for the web. And have web standard query parameters how would this work?

here is an example on youtube: https://www.youtube.com/watch?v=q-n1Q98s92s

brianschardt commented 4 years ago

Any updates on this?

codegrue commented 4 years ago

The readme describes how to do this under "Passing Parameters". Or am I misinterpreting the question?

https://github.com/gurleensethi/sailor#passing-parameters

codegrue commented 4 years ago

I see what you mean as I dig in. Parameters don't allow the value to be in the route path such as /secondPage/{id}

This seems required to make Sailor fully web friendly.