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
copied to clipboard

With Flutter:

 $ flutter pub add file_copy
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
150
points
71
downloads

Publisher

verified publisherbatykov-gleb.ru

Weekly Downloads

2024.09.26 - 2025.04.10

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

Repository (GitHub)

Topics

#file #directory #copy

Documentation

API reference

License

MIT (license)

More

Packages that depend on file_copy