supabase-flutter
supabase-flutter copied to clipboard
Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
**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...
## 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....
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...
**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...
**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`)...
**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...
**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...
**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...