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

A high-performance, professional offline-first synchronization library for Flutter. It bridges the gap between local storage and remote APIs with real-time data consistency and intelligent sync policies.

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

Publisher

unverified uploader

Weekly Downloads

A high-performance, professional offline-first synchronization library for Flutter. It bridges the gap between local storage and remote APIs with real-time data consistency and intelligent sync policies.

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