google_drive_realtime 0.0.2 copy "google_drive_realtime: ^0.0.2" to clipboard
google_drive_realtime: ^0.0.2 copied to clipboard

discontinued
outdatedDart 1 only

With that package you will be able to use Google Drive Realtime API from Dart scripts.

Dart Google Drive Realtime #

This project is a library to use Google Drive Realtime API from dart scripts. It uses JS Interop library and its scoped approch to prevent memory leaks. You can have a look at Js Interop documentation for more informations.

Usage #

To use this library in your code :

  • add a dependency in your pubspec.yaml :
dependencies:
  google_drive_realtime: ">=0.0.1 <1.0.0"
  • add import in your dart code :
import 'package:google_drive_realtime/google_drive_realtime.dart';

// for databinding part
import 'package:google_drive_realtime/google_drive_realtime_databinding.dart';

License #

Apache 2.0

0
likes
0
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

With that package you will be able to use Google Drive Realtime API from Dart scripts.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

js

More

Packages that depend on google_drive_realtime