synq_manager 2.1.10
synq_manager: ^2.1.10 copied to clipboard
Offline-first data synchronization engine with intelligent conflict resolution and real-time events.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add synq_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
synq_manager: ^2.1.10Alternatively, 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:synq_manager/synq_manager.dart';