ns_file_coordinator_util 0.22.1 ns_file_coordinator_util: ^0.22.1 copied to clipboard
A Flutter plugin to call iOS/macOS `NSFileCoordinator` APIs.
0.21.0 #
- Add
start
andcount
params toreadFileSync
.
0.20.0 #
- (Breaking)
readFile
now returns aUint8List
. - (Breaking) Add
readFileStream
.
0.15.0 #
- Add
listContentFiles
to list only files in a directory.
0.14.1 #
- Better handling of
filesOnly
.
0.14.0 #
- Add
relativePathInfo
tolistContents
to return relative path information.
0.13.0 #
- Allow users to opt out of coordinator by using the
scope
parameter.
0.12.0 #
stat
now returns null instead of throwing an exception if the file doesn't exist.
0.11.2 #
- Make sure directory URLs always end with a trailing /.
0.11.0 #
- Replaced Dart
Uri
toString
.
0.10.0 #
- Migrate to Uri based APIs
0.9.0 #
- Renamed
entityType
toisDirectory
0.8.0 #
- Added
stat
function.
0.7.10 #
- Added
filesOnly
tolistContents
function.
0.7.5 #
- Added
recursive
argument tolistContents
function.
0.7.0 #
- Renamed
exists
toentityType
to return entity type whiling checking existence.
0.6.5 #
- Fetch
.contentModificationDateKey
inlistContents
.
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
tocopy
.
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.