Milad-Akarie / auto_route_library

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

Fix: don't reset current tab of nested pages on rebuild widget tree. #2081

Open darkstarx opened 3 weeks ago

darkstarx commented 3 weeks ago

Hello! There is a bug when rebuilding the widget tree with the AutoTabsRouter.tabBar widget, the current tab of the nested pages get reset but the url in the browser url bar stays the same. I'm not sure about my solution, but it at least works :)

Thanks.