Milad-Akarie / auto_route_library

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

Subpathes not working anymore #2071

Open LoadJulz opened 1 month ago

LoadJulz commented 1 month ago

I have the issue after upgrading to the latest version from 8.2 my subpathes not working anymore.

This one is redirecting me to the Test.page: AutoRoute(path: '/:id', page: Test.page)

This one is doing nothing but loading indefinitely: AutoRoute(path: '/test/:id', page: Test.page)

Could someone assist me what has changed in the meantime? I am using auto_route 9.2.2 and I am operating my app on Web.