Skip to content

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.

License

Notifications You must be signed in to change notification settings

ConProgramming/supabase-flutter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supabase Flutter

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

Using the packages locally

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.

Contributing

  • 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

License

This repo is licenced under MIT.

Resources

About

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 89.5%
  • C++ 3.6%
  • CMake 3.0%
  • PLpgSQL 2.5%
  • Ruby 0.4%
  • HTML 0.3%
  • Other 0.7%