Milad-Akarie / auto_route_library

Flutter route generator
MIT License
1.6k stars 405 forks source link

Nested navigation on web doesn't work if includePrefixMatches is true. #2067

Open darkstarx opened 2 months ago

darkstarx commented 2 months ago

When includePrefixMatches is turned on in the config

        routerConfig: router.config(
          includePrefixMatches: true,
        ),

auto_route doesn't respond to changing the url path or pushing back/forward buttons of the browser, i.e. AutoTabsRouter doesn't change the current route.