google_drive_realtime 0.0.1
google_drive_realtime: ^0.0.1 copied to clipboard
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
dartcode :
import 'package:google_drive_realtime/google_drive_realtime.dart';
// for databinding part
import 'package:google_drive_realtime/google_drive_realtime_databinding.dart';
- Follow the steps described at Create a Realtime Application.
License #
Apache 2.0