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

Sync single file content with Google Drive, mainly for `appData` space operation.

GSync is created for syncing app data using Google Drive appdata space.

Require Google authorization token with scope 'https://www.googleapis.com/auth/drive.appdata'.

lazy.GDrive for Google Drive access.

Feature #

Support

  • manual sync
  • auto(periodic) sync
  • trigger sync via ValueNotifier
  • force download
  • force upload

Install #

flutter pub add lazy_g_sync

Prerequisite #

To access Google Drive appdata space

  1. Application must have a Google Cloud Client ID
  2. Acquire Google authorization token using

Workflow #

The workflow can be break down into setup, enable, sync, and error handling.

Setup

Enable

Sync

Error Handling

3
likes
130
pub points
0%
popularity

Publisher

verified publisherjsiu.dev

Sync single file content with Google Drive, mainly for `appData` space operation.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, googleapis, lazy_g_drive, lazy_log

More

Packages that depend on lazy_g_sync