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

Platformweb

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 Flutter:

 $ flutter pub add file_system_access

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

dependencies:
  file_system_access: ^0.2.2

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

Documentation

Documentation
API reference

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

MIT (license)

Dependencies

flutter, web

More

Packages that depend on file_system_access