file_system_access 0.1.0
file_system_access: ^0.1.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 Flutter:
$ flutter pub add file_system_accessThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
file_system_access: ^0.1.0Alternatively, 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';