Skip to content

sirctseb/realtime-data-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 85.3%
  • JavaScript 12.5%
  • HTML 2.2%