NearHuscarl / flutter_login

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

[FEATURE] "Remember me" check-box #413

Open cda007 opened 1 year ago

cda007 commented 1 year ago

It would be nice to be able to add a "remember me" checkbox in the login form right after the username and password (before login button). The boolean value would be passed with username and password in the LoginData passed to _authUser.

cda007 commented 1 year ago

I added a pull request about this feature