mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 00:54:25 +08:00
27 lines
704 B
Plaintext
27 lines
704 B
Plaintext
---
|
|
id: intro
|
|
slug: /
|
|
sidebar_label: Supabase Dart Library
|
|
---
|
|
|
|
# Supabase Dart Library
|
|
|
|
:::caution
|
|
You're viewing the docs for an older version of the `supabase-flutter` library.
|
|
:::
|
|
|
|
This reference documents every object and method available in Supabase's isomorphic Dart library, `supabase-dart`.
|
|
|
|
You can use the `supabase-dart` library to:
|
|
|
|
- interact with your Postgres database
|
|
- listen to database changes
|
|
- invoke Deno Edge Functions
|
|
- build login and user management functionality
|
|
- manage large files
|
|
|
|
## Additional Links
|
|
|
|
- Source Code: [github.com/supabase/supabase-dart](https://github.com/supabase/supabase-dart)
|
|
- [Known bugs and issues](https://github.com/supabase/supabase-dart/issues)
|