sff_lib 0.0.7 copy "sff_lib: ^0.0.7" to clipboard
sff_lib: ^0.0.7 copied to clipboard

Small package designed to simplify working with files/directories.

Small package designed to simplify working with files/directories

Features #

  • File comparison for identity
  • Recursive copying/moving of a directory
  • Move/Delete/Copy files according to the rules

Getting started #

Add a dependency to pubspec.yaml

dependencies:
    sff_lib:

Usage #

Look in /example folder.

copyDirRec(
    Directory('/home/yura/Images'),
    Directory('/media/yura/Elements/Images')
).listen((event) {
    print("${event.$1} -> ${event.$2}");
});

Additional information #

This library is under development. With each new version, a new feature will be added.

Also, do not forget to look at the documentation.

1
likes
120
pub points
0%
popularity

Publisher

unverified uploader

Small package designed to simplify working with files/directories.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

async, convert, crypto, path

More

Packages that depend on sff_lib