sqlite_sync 0.8.64 copy "sqlite_sync: ^0.8.64" to clipboard
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_sync

With Flutter:

 $ flutter pub add sqlite_sync

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sqlite_sync: ^0.8.64

Alternatively, 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';
0
likes
120
points
77
downloads

Publisher

verified publishersqlite.ai

Weekly Downloads

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 and automatic synchronization, allowing multiple devices to operate independently—even without a network connection—and seamlessly stay in sync.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_sync