supabase-community / flutter-auth-ui

Supabase Auth UI library for Flutter
https://supabase.com
MIT License
115 stars 60 forks source link

FR: Override social provider names in SupaSocialsAuth ("Azure" --> "Microsoft (Azure)" for example) #87

Closed henry2man closed 5 months ago

henry2man commented 7 months ago

Feature request

Is your feature request related to a problem? Please describe.

I want to customize the shown names in SupaSocialsAuth widget. Precisely, I want to change the label "Azure" with "Microsoft (Azure)". Why? Simple: Normal people won't correlate Azure with Microsoft as developers does.

Describe the solution you'd like

Have extra localization attributes in SupaSocialsAuthLocalization for provider names

Describe alternatives you've considered

N/A

Additional context

N/A

dshukertjr commented 5 months ago

Great suggestion! I have opened a PR for it. Would love to hear what you think.

henry2man commented 5 months ago

Great suggestion! I have opened a PR for it. Would love to hear what you think.

LGTM 👍🏻