lazy_g_sync 2.1.0 copy "lazy_g_sync: ^2.1.0" to clipboard
lazy_g_sync: ^2.1.0 copied to clipboard

Single file sync using Google Drive `appData` space. A bridge between [lazy.GDrive], [lazy.GSignIn] and local data/content.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lazy_g_sync

With Flutter:

 $ flutter pub add lazy_g_sync

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  lazy_g_sync: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:lazy_g_sync/lazy_g_sync.dart';
3
likes
0
pub points
0%
popularity

Publisher

verified publisherjsiu.dev

Single file sync using Google Drive `appData` space. A bridge between [lazy.GDrive], [lazy.GSignIn] and local data/content.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, googleapis, lazy_extensions, lazy_g_drive, lazy_log

More

Packages that depend on lazy_g_sync