file 2.2.0 file: ^2.2.0 copied to clipboard
A pluggable, mockable file system abstraction for Dart.
2.2.0
- Added
ErrorCodes
class, which holds errno values.
2.1.0
- Add support for new
dart:io
API methods added in Dart SDK 1.23
2.0.1
- Minor doc updates
2.0.0
- Improved
toString
implementations in file system entity classes - Added
ForwardingFileSystem
and associated forwarding classes to the mainfile
library - Removed
FileSystem.pathSeparator
, and added a more comprehensiveFileSystem.path
property - Added
FileSystemEntity.basename
andFileSystemEntity.dirname
- Added the
record_replay
library - Added the
testing
library
1.0.1
- Added
FileSystem.systemTempDirectory
- Added the ability to pass
Uri
andFileSystemEntity
types toFileSystem.directory()
,FileSystem.file()
, andFileSystem.link()
- Added
FileSystem.pathSeparator
1.0.0
- Unified interface to match dart:io API
- Local file system implementation
- In-memory file system implementation
- Chroot file system implementation
0.1.0
- Initial version