datalocal_for_supabase 0.1.0
datalocal_for_supabase: ^0.1.0 copied to clipboard
Supabase synchronization and local materialized views for DataLocal.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add datalocal_for_supabaseThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
datalocal_for_supabase: ^0.1.0Alternatively, 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:datalocal_for_supabase/datalocal_for_supabase.dart';