jaspr_supabase 26.2.19
jaspr_supabase: ^26.2.19 copied to clipboard
A Jaspr package for Supabase, replicating the experience of supabase_flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add jaspr_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
jaspr_supabase: ^26.2.19Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:jaspr_supabase/jaspr_supabase.dart';