syncdrift_flutter 0.1.1 copy "syncdrift_flutter: ^0.1.1" to clipboard
syncdrift_flutter: ^0.1.1 copied to clipboard

A modern offline-first reactive database framework built on top of Drift. Ships with SWR caching, offline sync queue, real-time push, and file storage — in one package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add syncdrift_flutter

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

dependencies:
  syncdrift_flutter: ^0.1.1

Alternatively, 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:syncdrift_flutter/syncdrift_flutter.dart';
1
likes
160
points
18
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A modern offline-first reactive database framework built on top of Drift. Ships with SWR caching, offline sync queue, real-time push, and file storage — in one package.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

connectivity_plus, drift, flutter, http, http_parser, path, path_provider, riverpod, rxdart, sqlite3_flutter_libs, supabase, syncdrift_annotations, web_socket_channel

More

Packages that depend on syncdrift_flutter