We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two UX issues were identified in the LoginViewMobile page:
Sample code to reproduce the problem:
CustomTextField( controller: passwordController, text: 'Password', isSeen: !isSeen, // Bug: Default value of isSeen was false, making password visible suffixIcon: IconButton( onPressed: () { setState(() { isSeen = !isSeen; }); }, icon: Icon( !isSeen ? Icons.visibility_off : Icons.visibility, ), ), )
The text was updated successfully, but these errors were encountered:
can you asssign this to me ? @navaneeth0041
Sorry, something went wrong.
I already gave the pr solving this issue. If u have any suggestions on that please let me know.
Successfully merging a pull request may close this issue.
🐛 Describe the bug
Two UX issues were identified in the LoginViewMobile page:
Sample code to reproduce the problem:
WhatsApp.Video.2025-01-29.at.00.09.44.1.mp4
The text was updated successfully, but these errors were encountered: