You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I only define route '/home/ogin' to LoginPage, not define '/' and '/home'.
If I set the FlutterActivity engine with initialRoute = '/home/login', the fluro will push two not found page in back stack, and the LoginPage on the top.
I expect that there is only the LoginPage in the stack.
The text was updated successfully, but these errors were encountered:
I only define route '/home/ogin' to LoginPage, not define '/' and '/home'.
If I set the FlutterActivity engine with initialRoute = '/home/login', the fluro will push two not found page in back stack, and the LoginPage on the top.
I expect that there is only the LoginPage in the stack.
The text was updated successfully, but these errors were encountered: