tracelet_supabase 3.8.0-beta
tracelet_supabase: ^3.8.0-beta copied to clipboard
Supabase adapter for Tracelet. Automatically configures Tracelet's native HTTP sync to push locations to Supabase and manages background auth token refresh.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tracelet_supabaseWith Flutter:
$ flutter pub add tracelet_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tracelet_supabase: ^3.8.0-betaAlternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tracelet_supabase/tracelet_supabase.dart';