drive_sync_flutter 1.0.0
drive_sync_flutter: ^1.0.0 copied to clipboard
Bidirectional file sync between device storage and Google Drive. SHA256-based change detection, pluggable conflict resolution, nested folder support.
1.0.0 #
- Bidirectional file sync between device storage and Google Drive
- SHA256-based change detection (only transfers modified files)
- Conflict resolution: newerWins, localWins, remoteWins, askUser
GoogleDriveAdapterwith nested folder path support (apps/myapp/data)- Pluggable
DriveAdapterinterface for custom cloud providers GoogleAuthClienthelper for wrappinggoogle_sign_inauth headersDriveSyncClienthigh-level API: sync, push, pull, status- 30 tests covering unit, integration, and cross-component flows