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
Attached zip file has changes needed for Material app, not Cupertino. Can be done just by changing universal_text_form_field.dart - if "obscure" is true then show the extra icon. The attached zip allows a flag to be passed down the widget tree to select whether the extra icon should appear or not but this is not essential.
Flutter doctor
Click To Expand
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.0.3, on Microsoft Windows [Version 10.0.22000.795], locale en-NZ)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Visual Studio - develop for Windows (Visual Studio Community 2022 17.2.3)
[√] Android Studio (version 2021.2)
[√] VS Code (version 1.53.2)
[√] VS Code, 64-bit edition (version 1.69.2)
[√] Connected device (4 available)
[√] HTTP Host Availability
• No issues found!
I found a better way - Cupertino doesn't support suffix icon in a text box so I've added a checkbox called "show password" show-password.zip
based on pub dev 1.4.2
I added a class called LabeledCheckbox (CheckboxListTile didn't work well enough) - it looks up the Theme for the label - but the checkbox I've made blue because I don't know what Theme item to look up. Maybe an extension method is needed. show-password.zip
email_form.zip
Bug report
There is no "show password" icon in the password edit box
Expected behavior
Need to be able to toggle show/hide password
Sample project
Code as here
https://github.com/firebase/flutterfire/tree/master/packages/flutterfire_ui
Attached zip file has changes needed for Material app, not Cupertino. Can be done just by changing universal_text_form_field.dart - if "obscure" is true then show the extra icon. The attached zip allows a flag to be passed down the widget tree to select whether the extra icon should appear or not but this is not essential.
Flutter doctor
Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: