supabase-flutter icon indicating copy to clipboard operation
supabase-flutter copied to clipboard

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.

Results 163 supabase-flutter issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Whenever I use database function on the supabase client (`supabase.rpc` or `supabase.from`) and these throw an error then the stack trace is limited to postgrest code only...

bug
postgrest

## What kind of change does this PR introduce? Bug fix, dependency version bump ## What is the current behavior? app_links 6.0.0 is not supported ## What is the new...

**Describe the bug** When performing a select, I would like to include the equivalent of "where columnName is null". There are two options for where clause in Supabase flutter: 1....

bug

Hi, I have a problem because after logging in via facebook I am only logged in until the app is live, when you crash and reopen the app, the session...

bug

An issue to keep track of v3 updates.

enhancement

**Describe the bug** From 1 week and a couple days ago, we have a problem in our application, basically, before this time, users use login with OTP normally, and have...

bug
auth

**Describe the bug** With the update to `1.2.3` , losing the connection doesn't trigger any error anymore. Also reconnecting to the internet doesn't change/trigger anything. My current code (with `v1.2.2`)...

bug
realtime

**Describe the bug** When the auth SMTP settings are wrong/invalid in the Supabase dashboard and the `auth.resetPasswordForEmail(...)` function is invoked, it throws an `AuthRetryableFetchException`. This kind of `AuthException` is very...

bug
auth

**Is your feature request related to a problem? Please describe.** It's a common use case to cancel/abort a query when it's no longer needed (e.g user scrolling fast in a...

enhancement
postgrest

**Describe the bug** I need to maintain a Custom LocalStorage and followed the description here: https://pub.dev/documentation/supabase_flutter/latest/#a-idcustom-localstorageacustom-localstorage I am encountering a recurring issue in my iOS Flutter application that integrates Supabase...

bug
auth