lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.66k stars 416 forks source link

remove hash from the url #270

Open ajeetkumarsah opened 2 years ago

ajeetkumarsah commented 2 years ago

when I tried to remove the hash from the URL (using setUrlStrategy(PathUrlStrategy()) and https://pub.dev/packages/url_strategy) then the URL path navigation is not working.

tulioccalazans commented 6 months ago

Same issue. Nothing yet? Not working after publishing.