Skip to content

1.2.0

Choose a tag to compare

@kingdomseed kingdomseed released this 09 Mar 11:49
· 75 commits to main since this release

Added

  • listContents() API for immediately-consistent container listings using
    FileManager.contentsOfDirectory with URL resource values
  • ContainerItem model with relativePath, downloadStatus, isDownloading,
    isUploaded, isUploading, hasUnresolvedConflicts, isDirectory, and
    isDownloaded convenience getter
  • iCloud placeholder file resolution (.originalName.icloud stubs on iOS /
    pre-Sonoma macOS; APFS dataless files on Sonoma+)
  • Hidden file filtering (.DS_Store, .Trash, etc.) via resolved-name prefix

Changed

  • ICloudFile dartdoc cross-references ContainerItem with consistency guidance
  • README expanded with gather vs listContents comparison table, placeholder
    files section, and ContainerItem model reference
  • Fixed typo in InvalidArgumentException doc comment

See CHANGELOG.md for full details.