junction 1.0.2
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