mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 00:54:25 +08:00
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
---
|
|
id: intro
|
|
slug: /
|
|
title: Supabase Flutter Library
|
|
sidebar_label: Supabase Flutter Library
|
|
---
|
|
|
|
# Supabase Flutter Library
|
|
|
|
This reference documents every object and method available in Supabase's isomorphic Flutter library, [`supabase-flutter`](https://pub.dev/packages/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](https://github.com/supabase-community/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!
|
|
|
|
## Additional Links
|
|
|
|
- Source Code: [github.com/supabase/supabase-flutter](https://github.com/supabase/supabase-flutter)
|
|
- [Known bugs and issues](https://github.com/supabase/supabase-flutter/issues)
|