synapse_link 1.0.2 copy "synapse_link: ^1.0.2" to clipboard
synapse_link: ^1.0.2 copied to clipboard

A professional offline-first sync library for Flutter, bridging local storage and remote APIs with real-time consistency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add synapse_link

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

dependencies:
  synapse_link: ^1.0.2

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:synapse_link/synapse_link.dart';
0
likes
130
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

A professional offline-first sync library for Flutter, bridging local storage and remote APIs with real-time consistency.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

battery_plus, connectivity_plus, dio, flutter, hive, hive_flutter, path_provider, rxdart, uuid, workmanager

More

Packages that depend on synapse_link