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

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

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';
copied to clipboard
25
likes
30
points
57
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

2024.09.13 - 2025.03.28

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

Repository (GitHub)

License

unknown (license)

Dependencies

file_picker, flutter, image_picker

More

Packages that depend on file_access