Monorepo containing all Supabase libraries for Flutter.
- supabase_flutter - Flutter client for Supabase.
- supabase - Dart client library for Supabase. Use this for non-Flutter projects.
- postgrest - Sub-library of
supabase
for calling PostgREST endpoints. - gotrue - Sub-library of
supabase
for calling GoTrue endpoints. - realtime_client - Sub-library of
supabase
for subscribing to realtime changes. - storage_client - Sub-library of
supabase
for interacting with Supabase Storage. - functions_client - Sub-library of
supabase
for interacting with Supabase Edge Functions. - yet_another_json_isolate - A library to parse JSON in a separate isolate.
Documentation 📖: https://supabase.com/docs/reference/dart/introduction
This repo is a monorepo managed using Melos.
Bootstrap the packages by linking the local packages and installing any remote dependencies by running the following:
melos bs
You should now be able to add supabase_flutter
to your pubspec.yaml
by specifying the local path and import the libraries locally.
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- Submit a Pull request so that we can review your changes and merge
This repo is licenced under MIT.