universal_storage_sync_utils 0.1.0-dev.8 copy "universal_storage_sync_utils: ^0.1.0-dev.8" to clipboard
universal_storage_sync_utils: ^0.1.0-dev.8 copied to clipboard

Utility functions for universal_storage_sync, including a cross-platform folder picker.

Changelog #

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.0-dev.8 - 2025-10-25 #

  • added resolvePlatformDirectoryOfConfig function
  • chore: interface package dependency to 0.1.0-dev.8

0.1.0-dev.7 - 2025-10-25 #

  • replaced dart:io with universal_io
  • added PickSuccess.filePathConfig getter
  • chore: update interface dependency to 0.1.0-dev.7

0.1.0-dev.6 - 2025-10-18 #

  • chore: from_json_to_json ^0.3.0

0.1.0-dev.5 - 2025-08-09 #

Changed #

  • chore: update interface dependency to 0.1.0-dev.5

0.1.0-dev.4 - 2025-08-09 #

Changed #

  • Stabilized APIs and prepared for initial public release
  • Updated documentation and links for publication

0.1.0-dev.2 - 2025-06-27 #

  • feat: moved MacOSBookmark to sync package.
  • fixed: pickWritableDirectory now returns Directory instead of FileSystemEntity.

0.1.0-dev.1 #

  • Initial release.