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

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.67

Alternatively, your editor might support dart 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
0
points
273
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

License

unknown (license)

Dependencies

code_assets, hooks, path, sqlite3

More

Packages that depend on sqlite_sync