flutter-auth-ui icon indicating copy to clipboard operation
flutter-auth-ui copied to clipboard

Supabase Auth UI library for Flutter

Results 16 flutter-auth-ui issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug When signed in with Google as the provider on an Android device, signOut() ends the Supabase session but does not log out from...

bug

## What kind of change does this PR introduce? FIXES #88 ## What is the current behavior? Password reset flow is incomplete in `SupaEmailAuth` ## What is the new behavior?...

# Bug report ## Describe the bug When you try to reset the password the form is unreactive. If you go back to the sign in page, the sign in...

bug

# 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...

enhancement

Hi, if the feature make sense for the library, do you have an idea of how we could provide persistence between screens? Probably we should support two use cases: -...

enhancement

# Bug report ## Describe the bug I am trying to use the email as an authentication tool and based on this repo. But I keep getting the error "Exception...

bug

# Feature request: Add authScreenLaunchMode to https://pub.dev/packages/supabase_auth_ui package ## Is your feature request related to a problem? Please describe. Yes. Current experience when using social logins for Google, Facebook, and...

enhancement

# Bug report ## Describe the bug In the example given clicking on password reset and entering an existing email, one is instantly logged in without having to click on...

bug

# Feature request How to use Native Apple login on iOS using the flutter-auth-ui package ## Is your feature request related to a problem? Please describe. A clear and concise...

documentation
enhancement

SupaSocialsAuth( socialProviders: [ SocialProviders.google, SocialProviders.facebook, etc... Does't close a browser window Which redirect link is correct? You mentioned 3 different approach in the documentation -io.supabase.flutterquickstart://login-callback/ ? -io.supabase.flutter://reset-callback/ -https://***.supabase.co/auth/v1/callback ![SCR-20230609-o01](https://github.com/supabase-community/flutter-auth-ui/assets/4599713/13d97fe8-58c1-4c84-81cb-04263eb526e0)

bug
documentation