x_storage_file 0.4.0 copy "x_storage_file: ^0.4.0" to clipboard
x_storage_file: ^0.4.0 copied to clipboard

File driver for XStorage

0.4.0 #

  • Added SyncStorageProvider for local-first storage with remote sync
  • Added SyncMetadataStore and JsonSyncMetadataStore for sync metadata persistence
  • Added CachingStorageProvider for automatic local caching of network files with offline support
  • Fixed SyncStorageProvider.setRemote return type from void to Future<void>

0.2.3 #

  • Fixed: saveFile() and downloadFile() 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 FileXStorageDriver to FileStorageProvider for 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
0
likes
140
points
48
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

File driver for XStorage

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, path_provider, type_result, x_storage_core

More

Packages that depend on x_storage_file