file_system_access library
Real files on Flutter Web, via the File System Access API.
Classes
- DirectoryEntry
- What a directory contains.
- DirectoryHandle
- A directory the user granted access to. Never constructed off the web.
- FileHandle
- A file the user granted access to. Never constructed off the web.
- FilePickerType
- A file type offered in a picker.
- FileSystemAccess
- The File System Access API, which does not exist off the web.
- FileSystemAccessSupport
- What this browser can actually do.
- NamedBytes
- Bytes plus the name they came from.
Enums
- FilePermission
- Whether the page may read or write a handle without asking again.
Exceptions / Errors
- FileSystemAccessException
- Thrown when the browser cannot do what was asked.
- FileSystemFailure
- The operation failed for a reason the browser reported.
- PermissionDeniedException
- The page does not have permission to read or write the handle.
- UnsupportedByBrowserException
- This browser, or this platform, has no File System Access API.