Ace Chen
Ace Chen
i also encountered this problem too
hi guys, any update or any way to support those feature in go_router ? Navigator.removeRoute https://api.flutter.dev/flutter/widgets/Navigator/removeRoute.html Navigator.popUntil https://api.flutter.dev/flutter/widgets/Navigator/popUntil.html Navigator.pushAndRemoveUntil https://api.flutter.dev/flutter/widgets/Navigator/pushAndRemoveUntil.html Navigator.replace https://api.flutter.dev/flutter/widgets/Navigator/replace.html those feature i think is often used..., if...
@chunhtai Hi, i think pop with value is very common, can merge the code which @NazarenoCavazzon or other developer's PR ? we are doing the migration with go router from...
> I made a package for that in pub that I try to keep updated called go_router_flow, you can use it until they add the feature. We're using it in...
> Yep, I recently updated to the last version of go_router but didn't make the release to pub. It also contains all the corresponding tests. May i know when you...
> @AceChen1 I was on a travel in a different city, I made a release just now, updating to 5.2.0, all test passed. Sorry to disturb your trip, thank you...
> @AceChen1 It seems that while updating to the new version I left a couple things in the road and was not working correctly. I made a new release a...
@NazarenoCavazzon Hi, looks like 5.2.1 had been released...
@chunhtai hi hi any update about this part? we current face the same issue, (A push to B) => A,B will rebuild, (B pop to A) => A,B also will...