firebase / FirebaseUI-Flutter

Apache License 2.0
91 stars 79 forks source link

feat(firebase_ui_auth): add `showPasswordVisibilityToggle` to `RegisterScreen` #297

Closed kzrnm closed 3 months ago

kzrnm commented 4 months ago

Description

Currently, showPasswordVisibilityToggle is available on SignInScreen, but not on RegisterScreen.

Related Issues

114

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process. Updating the pubspec.yaml and changelogs is not required.

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?

russellwheatley commented 3 months ago

@kzrnm - this seems a nice update. Could you merge with main branch, please?

kzrnm commented 3 months ago

@russellwheatley I have merged with main.