Relative Content

Tag Archive for flutterflutter-go-routerflutter-staterebuildgorouter

GoRouter navigating to the root or top of the stack when opening keyboard

I have implemented GoRouter in the flutter app and managed all the routes and the app flow and navigation works fine. However when I open the keyboard for any input fields like text field and form field then the app redirects to the top of the stack. I have managed the authentication so if am logged out opening keyboard rebuilds and am back to login page and if I am logged in then am again back to my homescreen. What may have caused this issue?