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

Define default 404 screen on Unknown route #258

Open moazamadrobz opened 2 years ago

moazamadrobz commented 2 years ago

how can I define unknown route custom 404 error screen? if user enter non existing route, I want to show 404 user defined screen, any solution please??

YouSour commented 2 years ago

i need this too, any solution ?