pathify 1.0.0+3 copy "pathify: ^1.0.0+3" to clipboard
pathify: ^1.0.0+3 copied to clipboard

A byte-level, cross-platform path manipulation library for Dart, ported from Rust's std::path.

Changelog #

1.0.0+3 #

  • Byte-level path manipulation API (PathBuf)

  • Cross-platform support for POSIX and Windows paths

  • Automatic platform detection with optional manual override

  • Full Windows prefix support:

    • Disk (C:\)
    • UNC (\\server\share)
    • Device namespace (\\.\)
    • Verbatim (\\?\)
    • Verbatim UNC and Verbatim Disk
  • Correct handling of UTF-8 (POSIX) and UTF-16 (Windows)

  • Safe handling of non-UTF-8 and malformed sequences

  • Component-based path parsing and iteration

  • Support for emoji and foreign language paths

0
likes
160
points
28
downloads

Documentation

API reference

Publisher

verified publisherganeshrvel.com

Weekly Downloads

A byte-level, cross-platform path manipulation library for Dart, ported from Rust's std::path.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

meta

More

Packages that depend on pathify