file_system_access_api 0.2.0 file_system_access_api: ^0.2.0 copied to clipboard
A Dart library to expose the File System Access Api from web platform.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased #
0.2.0 - 2022-12-14 #
Added #
- js-interop bindings for
createSyncAccessHandle
andFileSystemSyncAccessHandle
object. - example to demonstrate usage of Synchronous Access in Web Workers.
- minimal code samples in
example.dart
to be shown in pub.dev.
0.1.0 - 2022-12-10 #
Added #
- js-interop bindings for
showOpenFilePicker
,showSaveFilePicker
andshowDirectoryPicker
on Window. - js-interop bindings for File System Access API objects.
- js-interop binding for Origin Private File System on Storage Manager object.
- examples to demonstrate usage of this library.
- Dart typed errors to replace vague DomException errors.
- README and CHANGELOG.