file_access 1.0.3 copy "file_access: ^1.0.3" to clipboard
file_access: ^1.0.3 copied to clipboard

discontinuedreplaced by: file_picker

A Flutter package to handel files on Web, Desktop and Mobile instead of File.io

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add file_access

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

dependencies:
  file_access: ^1.0.3

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:file_access/file_access.dart';
25
likes
30
pub points
0%
popularity

Publisher

verified publisherrodydavis.com

A Flutter package to handel files on Web, Desktop and Mobile instead of File.io

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

file_picker, flutter, image_picker

More

Packages that depend on file_access