-
Notifications
You must be signed in to change notification settings - Fork 28
Closed
Labels
closed: not a bugThe behavior is correct/expected.The behavior is correct/expected.
Description
I do have on a login screen a button Forgot password. On the button an action is configured, which updates local state and then navigates to the ForgotPasswordView screen.
Expected behavior (required)
User is navigated to ForgotPasswordView screen.
Current behavior (required)
User is navigated to the WelcomeView screen, which is configured as an Entry Page screen on App saettings.
To Reproduce (required)
Steps to reproduce the behavior:
- Create ForgotPasswordView screen.
- Create SignInView screen with Forgot Passwordbutton, navigating to ForgotPasswordView
- Create WelcomeVew page with SignIn button navigating to SignIn screen.
- Specify WelcomeVew as an Entry Page for your app.
- Run your app
- Press SignIn burron on WelcomeView screen
- Press ForgotPasswrod button on SignIn screen
- Enjoy you WelcomeView screen again.
Context (required)
Well, the app is useless, I guess
Screenshots / recordings
video_2022-11-04_21-49-40.mp4
Your environment
- Bug Report Code:
- Version of FlutterFlow used: 3.3.4
- Platform (e.g. Web, MacOS Desktop): Web
- Browser name and version: Edge
- Operating system and version (desktop or mobile): Windows 10, desktop.
Metadata
Metadata
Assignees
Labels
closed: not a bugThe behavior is correct/expected.The behavior is correct/expected.