abstract_sync 1.2.0 abstract_sync: ^1.2.0 copied to clipboard
A framework for writing your own syncing solution between any two sources.
1.2.0 #
- The
pending
queue is now exposed as a public iterable insyncer.uploader.pending
andsyncer.downloader.pending
.
1.1.0 #
- Added a small timeout delay for when a transfer fails. This can be configured using the
failureTimeout
option in theSyncer
constructor. - Removed the dependency on Flutter, so the package can be used in non-Flutter projects.
1.0.0 #
- Initial version.