Supabase Flutter Library
This reference documents every object and method available in Supabase's isomorphic Flutter library, supabase-flutter
.
You can use the supabase-flutter
library to:
- interact with your Postgres database
- listen to database changes
- invoke Deno Edge Functions
- build login and user management functionality
- manage large files
For non-Flutter projects#
We also have supabase-dart for non-Flutter Dart projects, such as server-side Dart or Angular-Dart. supabase-dart shares most of the APIs with supabase-flutter without being dependent on Flutter so that you can use Supabase anywhere you can run Dart!