Flutter Client library for Supabase.
- Documentation: https://supabase.com/docs/reference/dart/introduction
This repo is a monorepo powered by Melos containing supabase_flutter and its sub-libraries. All packages are located in the packages
directory.
To install on a locally developed app:
- Clone this repo
- Install Melos globally if you haven't already:
dart pub global activate melos
- Run
melos bootstrap
ormelos bs
at the root of the cloned directory to install dependencies - Add the target package to your
pubspec.yaml
file specifying the path.supabase_flutter: path: <your-path-to-the-local-supabase-flutter-repo>/packages/supabase_flutter
- 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.