x_storage_file 0.4.0
x_storage_file: ^0.4.0 copied to clipboard
File driver for XStorage
0.4.0 #
- Added
SyncStorageProviderfor local-first storage with remote sync - Added
SyncMetadataStoreandJsonSyncMetadataStorefor sync metadata persistence - Added
CachingStorageProviderfor automatic local caching of network files with offline support - Fixed
SyncStorageProvider.setRemotereturn type fromvoidtoFuture<void>
0.2.3 #
- Fixed:
saveFile()anddownloadFile()now automatically create parent directories if they don't exist
0.2.0 #
- BREAKING CHANGE: Updated to support x_storage_core 0.2.0
- Migrated to Result type for error handling
- All operations now return Result<T, XStorageException>
0.1.0 #
- BREAKING CHANGE: Renamed
FileXStorageDrivertoFileStorageProviderfor better semantic clarity - Updated to use x_storage_core 0.1.0
- Improved documentation
0.0.4 #
- Fix bugs
0.0.3 #
- Fix bugs
0.0.2 #
- Fix bugs
0.0.1 #
- Initial release