sqlite_sync 0.8.64
sqlite_sync: ^0.8.64 copied to clipboard
SQLite Sync is a multi-platform extension that brings a true local-first experience to your applications with minimal effort. It extends standard SQLite tables with built-in support for offline work a [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add sqlite_syncWith Flutter:
$ flutter pub add sqlite_syncThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
sqlite_sync: ^0.8.64Alternatively, 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:sqlite_sync/sqlite_sync.dart';