Skip to content
 
 

Latest commit

 

History

453 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages