pathlib 2.0.2 copy "pathlib: ^2.0.2" to clipboard
pathlib: ^2.0.2 copied to clipboard

Super easy object-oriented path operations

2.0.2 #

  • Fix examples

2.0.0 #

  • Breaking: Removed Path.list()
  • Added Path.home() constructor to get home directory
  • Added Path.dir, Path.file, and constructors Path.fromFile() & Path.fromDir() for increased interoperability with native dart:io Directory & File APIs
  • Documentation improvements

1.1.0 #

  • Added list() method to list files in a directory
  • Added hashCode override
  • Documentation improvements

1.0.1 #

  • Documentation update

1.0.0 #

Initial version!

  • Created Path class
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Super easy object-oriented path operations

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

path

More

Packages that depend on pathlib