syncbase 0.0.38 copy "syncbase: ^0.0.38" to clipboard
syncbase: ^0.0.38 copied to clipboard

outdatedDart 1 only

Syncbase is a storage system for developers that makes it easy to synchronize app data between devices. It works even when devices are not connected to the Internet.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add syncbase

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

dependencies:
  syncbase: ^0.0.38

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:syncbase/initialized_application.dart';
import 'package:syncbase/syncbase_client.dart';
0
likes
0
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Syncbase is a storage system for developers that makes it easy to synchronize app data between devices. It works even when devices are not connected to the Internet.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

mojo_sdk

More

Packages that depend on syncbase