file_copy 1.0.4 copy "file_copy: ^1.0.4" to clipboard
file_copy: ^1.0.4 copied to clipboard

discontinued

Package for copy files, directories, links. You can watch the copying process.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_copy

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  file_copy: ^1.0.4

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:file_copy/file_copy.dart';
1
likes
0
pub points
75%
popularity

Publisher

verified publisherbatykov-gleb.ru

Package for copy files, directories, links. You can watch the copying process.

Repository (GitHub)
View/report issues

Topics

#file #directory #copy

License

unknown (license)

More

Packages that depend on file_copy