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

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

With Flutter:

 $ flutter 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.7

Alternatively, your editor might support dart pub get or flutter 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
150
pub points
74%
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

Documentation

API reference

License

MIT (license)

More

Packages that depend on file_copy