junction 1.0.2 copy "junction: ^1.0.2" to clipboard
junction: ^1.0.2 copied to clipboard

This is a library that provides a unified API for working with the filesystem in both web and native environments!

This is a library that provides a unified API for working with the filesystem in both web and native environments! For now, it's a wrapper around cross_file, file_selector, and path, but I hope that it'll be able to stand on its own two legs in the future!

Features #

This library provides

  • file name and file path validation,
  • file and folder handles,
  • file and folder reading, and
  • file and folder writing

with a unified API that limits you to the web platform but provides "slots" where you can use the more robust native functionality!

Getting started #

To get started, install this package by writing

dart pub add junction

And that's all you need to do!

Usage #

Check out the documentation page at

https://pub.dev/documentation/junction/latest/

1
likes
0
points
342
downloads

Publisher

unverified uploader

Weekly Downloads

This is a library that provides a unified API for working with the filesystem in both web and native environments!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

cross_file, file_selector, flutter, path

More

Packages that depend on junction