synapse_link 1.0.1
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_linkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
synapse_link: ^1.0.1Alternatively, 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';