Relative Content

Tag Archive for flutternavigationflutter-navigationflutter-go-routergorouter

GoRouter always shows only one page

Problem: My app always displays the login screen regardless of whatever kind of navigation I make (like setting the initial location to another page, context.push, context.go, etc). I have implemented a redirecting function in the authentication system that redirects user back to the login page if they are unauthenticated but that does not seem to be the culprit (the two print statements: “authState changes” and “Redirect!” did not get called when I pressed the navigating button).