lukepighetti/fluro

Allow custom route for notFoundHandler

Open

#226 opened on Mar 12, 2021

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Dart (411 forks)batch import
good first issue

Repository metrics

Stars
 (3,714 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Hi

Great package. I have only one issue and that is the notFoundHandler. You can only supply a handler and not a route. So you cannot apply any animation when displaying the notFoundHandler. I see in your source that you hard code it to the MaterialRoute. Can this be changed to enable custom routes?

Thanks Gummi

Contributor guide