###based on Dart Google Drive Realtime
This project is a library that constrains the Dart Google Drive Realtime API and provides a local implementation so that applications can write to a single API whether the backing data is a Google Document or a local object. It is based on Dart Google Drive Realtime.
To use this library in your code :
- add a dependency in your
pubspec.yaml
:
dependencies:
realtime_data_model: "0.0.0"
- add import in your
dart
code :
import 'package:realtime_data_model/realtime_data_model.dart';
- Follow the steps described at Create a Realtime Application or begin using the library locally with:
start(realtimeOptions, local: true)
The library is currently unstable and does not support custom objects or databinding.
Apache 2.0