ns_file_coordinator_util 0.11.2 copy "ns_file_coordinator_util: ^0.11.2" to clipboard
ns_file_coordinator_util: ^0.11.2 copied to clipboard

Helper functions for `NSFileCoordinator` (iOS/macOS only).

0.11.2 #

  • Make sure directory URLs always end with a trailing /.

0.11.0 #

  • Replaced Dart Uri to String.

0.10.0 #

  • Migrate to Uri based APIs

0.9.0 #

  • Renamed entityType to isDirectory

0.8.0 #

  • Added stat function.

0.7.10 #

  • Added filesOnly to listContents function.

0.7.5 #

  • Added recursive argument to listContents function.

0.7.0 #

  • Renamed exists to entityType to return entity type whiling checking existence.

0.6.5 #

  • Fetch .contentModificationDateKey in listContents.

0.6.0 #

  • Added isEmptyDirectory.

0.5.0 #

  • Moved work off the main thread.

0.4.0 #

  • Added mkdir function.

0.3.0 #

  • Rename copyFile to copy.

0.2.1 #

  • Create base directories before writing destination file.

0.2.0 #

  • Added exists function.

0.1.0 #

  • Added more util functions.

0.0.1 #

  • Initial release.