realtime_data_model 0.0.22 copy "realtime_data_model: ^0.0.22" to clipboard
realtime_data_model: ^0.0.22 copied to clipboard

Dart 1 only

Use Google Drive Realtime API with drive documents and locally with the same interface. Based on the google_drive_realtime package.

Dart Realtime Data Model #

###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.

Usage #

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';
start(realtimeOptions, local: true)

The library is currently unstable and does not support custom objects or databinding.

License #

Apache 2.0

0
likes
15
points
11
downloads

Publisher

unverified uploader

Weekly Downloads

Use Google Drive Realtime API with drive documents and locally with the same interface. Based on the google_drive_realtime package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

googleapis, googleapis_auth, json, logging, logging_handlers, meta

More

Packages that depend on realtime_data_model