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
It would be nice to have a checkbox on LoginDialog. From my experience there are a lot of cases when users want to save their username or both username and password.
The checkbox text and visibility should be configurable in the same way as for example AffirmativeButton and NegativeButton. And the LoginDialogData will be extended with a new flag property indicating whether checkbox is checked or not.
I'm definitely going to implement this feature in my fork so if you are interested I'll send a pull request once it is ready.