firebase / FirebaseUI-Flutter

Apache License 2.0
101 stars 91 forks source link

[flutterfire_ui] allow more customization on SignInView #62

Open lesnitsky opened 2 years ago

lesnitsky commented 2 years ago

The auth widgets are great, huge time saver. My only request is a simple Divider widget between the third-party auth buttons and the email/password boxes just to give them a little more separation. Maybe a label on those to say "Sign in with email". Right now the buttons and form elements look confusingly related.

Originally posted by @johnsheehan in https://github.com/FirebaseExtended/flutterfire/discussions/6978#discussioncomment-1802674

angwandi commented 2 years ago

The auth widgets are great, huge time saver. My only request is a simple Divider widget between the third-party auth buttons and the email/password boxes just to give them a little more separation. Maybe a label on those to say "Sign in with email". Right now the buttons and form elements look confusingly related.

Originally posted by @johnsheehan in #6978 (comment)

Also please Add the option to customise simple things like the title Sign in and Register for respective widgets.

lesnitsky commented 2 years ago

@angwandi in order to customize text labels you need to use localization API. In your case, you will need to override the signInText and registerText labels. Learn more here