NearHuscarl / flutter_login

Provides login screen with login/signup functionalities to help speed up development
MIT License
1.52k stars 808 forks source link

IntroWidget #346

Closed cloudonlanapps closed 1 year ago

cloudonlanapps commented 2 years ago

In my app, there are multiple servers. User can select a server before login. When I used flutter_login, I encountered a scenario in which, user has no way to go back to server selection screen if he accidentally selected a wrong server to login.

To overcome this, I needed a widget that helps to navigate back. I introduced as IntroWidget for this, This widget can be placed before the Text fields and have logics to navigate away from the login screen.

Please review and accept the change. If this can be addressed differently, please advise me.

Note, I have disabled debug buttons, intentionally. You may ignore that change.

juliansteenbakker commented 1 year ago

Thank you for your contribution!