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 #260

Open atrancandoris opened 2 years ago

atrancandoris commented 2 years ago

Currently, the default route ("/") followed by any query parameters will fail to match, resulting in a not found.