clean_sync 0.3.10 copy "clean_sync: ^0.3.10" to clipboard
clean_sync: ^0.3.10 copied to clipboard

outdatedDart 1 only

Library for automatic client server synchronization of data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add clean_sync

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

dependencies:
  clean_sync: ^0.3.10

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:clean_sync/client.dart';
import 'package:clean_sync/server.dart';
0
likes
0
points
55
downloads

Publisher

unverified uploader

Weekly Downloads

Library for automatic client server synchronization of data.

Homepage

Documentation

Documentation

License

unknown (license)

Dependencies

clean_ajax, clean_data, logging, mongo_dart

More

Packages that depend on clean_sync