filehandler 1.0.1+1 copy "filehandler: ^1.0.1+1" to clipboard
filehandler: ^1.0.1+1 copied to clipboard

A package created to assist you on creating and reading of files.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add filehandler

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

dependencies:
  filehandler: ^1.0.1+1

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

Import it

Now in your Dart code, you can use:

import 'package:filehandler/filehandler.dart';
0
likes
30
pub points
34%
popularity

Publisher

unverified uploader

A package created to assist you on creating and reading of files.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

filesystem_picker, flutter, folder_file_saver, toast

More

Packages that depend on filehandler