- Add Swift Package Manager support.
- Add
start
param toreadFileStream
.
- Add
start
andcount
params toreadFileSync
.
- (Breaking)
readFile
now returns aUint8List
. - (Breaking) Add
readFileStream
.
- Add
listContentFiles
to list only files in a directory.
- Better handling of
filesOnly
.
- Add
relativePathInfo
tolistContents
to return relative path information.
- Allow users to opt out of coordinator by using the
scope
parameter.
stat
now returns null instead of throwing an exception if the file doesn't exist.
- Make sure directory URLs always end with a trailing /.
- Replaced Dart
Uri
toString
.
- Migrate to Uri based APIs
- Renamed
entityType
toisDirectory
- Added
stat
function.
- Added
filesOnly
tolistContents
function.
- Added
recursive
argument tolistContents
function.
- Renamed
exists
toentityType
to return entity type whiling checking existence.
- Fetch
.contentModificationDateKey
inlistContents
.
- Added
isEmptyDirectory
.
- Moved work off the main thread.
- Added
mkdir
function.
- Rename
copyFile
tocopy
.
- Create base directories before writing destination file.
- Added
exists
function.
- Added more util functions.
- Initial release.