flutterflutter-go-router

Swipe back on iOS Web result in janky animation


I am using Flutter GoRouter to navigate from the Homespace with path / to a search page with path /search. I transition to the search page via context.go('/search').

From the search page when I swipe back, I get a weird animation albeit I am in the correct page.

enter image description here


Solution

  • I solved the issue by following this recipe on Github.