syncbase 0.0.39
syncbase: ^0.0.39 copied to clipboard
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 syncbaseThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
syncbase: ^0.0.39Alternatively, 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';