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

Support parameters for default route #280

Open furkankurt opened 1 year ago

furkankurt commented 1 year ago

Package is redirecting to notFound handler when url is https://google.com/?fbclid=123

This changes fixes the issue.