bedrock_sync 0.1.0 copy "bedrock_sync: ^0.1.0" to clipboard
bedrock_sync: ^0.1.0 copied to clipboard

A backend-agnostic, offline-first sync engine for Flutter. Your data stays grounded on device and syncs to any backend — REST, Firebase, or Supabase — when online.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bedrock_sync

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

dependencies:
  bedrock_sync: ^0.1.0

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:bedrock_sync/bedrock_sync.dart';
0
likes
160
points
28
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A backend-agnostic, offline-first sync engine for Flutter. Your data stays grounded on device and syncs to any backend — REST, Firebase, or Supabase — when online.

Repository (GitHub)
View/report issues

Topics

#offline-first #sync #sqlite #networking #local-database

License

MIT (license)

Dependencies

connectivity_plus, dio, flutter, path, path_provider, rxdart, sqflite, uuid

More

Packages that depend on bedrock_sync