supabase-community / flutter-auth-ui

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

Feat custom email icons #108

Closed HenryRoutson closed 3 months ago

HenryRoutson commented 3 months ago

What kind of change does this PR introduce?

Allowing no or custom prefix icons / widgets

What is the current behavior?

Prefix icons are set

What is the new behavior?

Prefix icons can be removed or changed

Additional context

I would have put an issue, but this was almost quicker. The reason for the pull request is simply that the design i want to create doesn't have icons.

I also made a small simplification with the navigateHome function

Thanks!

HenryRoutson commented 3 months ago

This is the sort of design i'm looking to create

login-design-examples

HenryRoutson commented 3 months ago

I've added a minimal dark mode example, as it more closely matches the supabase react auth ui with this merge. I think an example for applying themes would be good in general. https://docs-git-docs-add-next-js-server-component-docs-supabase.vercel.app/docs/guides/auth/auth-helpers/auth-ui

Screenshot 2024-08-11 at 9 31 32 pm
dshukertjr commented 3 months ago

Would you be able to update the variable names on the places that they are referenced?

HenryRoutson commented 3 months ago

Yep, done