flutter_login icon indicating copy to clipboard operation
flutter_login copied to clipboard

[FEATURE] "Remember me" check-box

Open cda007 opened this issue 1 year ago • 1 comments

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 avatar Apr 18 '23 09:04 cda007

I added a pull request about this feature

cda007 avatar May 16 '23 07:05 cda007