tracelet_supabase 1.0.2
tracelet_supabase: ^1.0.2 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 Flutter:
$ flutter pub add tracelet_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tracelet_supabase: ^1.0.2Alternatively, your editor might support 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';