file_system_access 0.2.0 copy "file_system_access: ^0.2.0" to clipboard
file_system_access: ^0.2.0 copied to clipboard

Real files on Flutter Web. Save in place instead of downloading a copy, and reopen the same file after a reload with the File System Access API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add file_system_access

With Flutter:

 $ flutter pub add file_system_access

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

dependencies:
  file_system_access: ^0.2.0

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_system_access/file_system_access.dart';
1
likes
0
points
356
downloads

Documentation

Documentation

Publisher

verified publisherjumyn.com

Weekly Downloads

Real files on Flutter Web. Save in place instead of downloading a copy, and reopen the same file after a reload with the File System Access API.

Repository (GitHub)
View/report issues

Topics

#web #files #filesystem #storage #browser

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on file_system_access