cloud_sync 0.4.0-rc.1
cloud_sync: ^0.4.0-rc.1 copied to clipboard
A Dart library for synchronizing files between local and cloud storage using customizable metadata and file handlers, with progress callbacks and error handling.
0.4.0 #
-
Refactor CloudSync factory method documentation for clarity and consistency
From:
final cloudSync = CloudSync.formAdapters(localAdapter, cloudAdapter);To
final cloudSync = CloudSync.formAdapters( local: localAdapter, cloud: cloudAdapter, ); -
Add serialization and deserialization extensions for SyncMetadata
0.3.0 #
- Remove [de]serialization and copyWith in the SyncMetadata
- Remove custom toString method from SyncCancelledException
0.2.1 #
- Add getter for
isDisposedproperty in CloudSync class - Update README
0.2.0 #
- Initial release (Remove
Unlistedflag onpub.dev)