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

Supabase Auth UI library for Flutter

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

# Bug report ## Describe the bug When using onSuccess callback on SupaSocialsAuth, it runs twice which leads to unexpected behaviors if want to redirect back to other screens, or...

bug

## What kind of change does this PR introduce? fix ## What is the current behavior? Passing `OAuthProvider.linkedinOidc` or `OAuthProvider.slackOidc` provides no icon and no color styling. ## What is...

The email for which the password reset is requested was not accessible inside the callback, and was needed to implement OTP token verification in the app itself, instead of the...

## What kind of change does this PR introduce? It allows for prefilled values for email and/or password in `SupaEmailAuth`. ## What is the current behavior? Currently, this value can...

## What kind of change does this PR introduce? Bug fix. ## What is the current behavior? - Tapping “Forgot password” correctly triggers `onToggleRecoverPassword(true)`. - Tapping “Back to sign in”...

## What kind of change does this PR introduce? The PR adds a password visibility toggle to the password field. ## What is the current behavior? The field had no...

# Bug report ## Describe the bug When using `SupaEmailAuth`, the `onToggleRecoverPassword` callback is correctly invoked with true after tapping “Forgot password”. However, tapping “Back to sign in” does not...

bug

## What kind of change does this PR introduce? - [x] ✨ Feature: Add `SupaAvatar` widget for displaying & editing user profile avatars. - [x] 📝 Documentation: Include full usage...

# Bug report ## Describe the bug Unexpected behavior of BooleanMetaDataField in case both 'value' and 'isRequired' parameters are set to 'true'. ## To Reproduce Inside a SupaEmailAuth widget introduce...

bug