filmov
tv
How to Create Flutter Web 404 Page

Показать описание
This is a snippet of the Udemy course I am creating. In order for flutter web to catch an unregistered or unknown url, it uses onUnknownRoute property. You can use the returned settings object to get the url name that the user typed. Moreover, you can use the name property of the settings object to show to the use that the page is not found.
#flutterweb