- Fix examples
- Breaking: Removed
Path.list()
- Added
Path.home()
constructor to get home directory - Added
Path.dir
,Path.file
, and constructorsPath.fromFile()
&Path.fromDir()
for increased interoperability with nativedart:io
Directory
&File
APIs - Documentation improvements
- Added
list()
method to list files in a directory - Added
hashCode
override - Documentation improvements
- Documentation update
Initial version!
- Created Path class