file_picker_web 3.1.0 copy "file_picker_web: ^3.1.0" to clipboard
file_picker_web: ^3.1.0 copied to clipboard

Platformweb

Web platform implementation of the file_picker plugin, providing browser file selection, file streaming, and file loading.

3.1.0 #

  • Implemented PlatformFile.lengthSync(), returning the browser's File.size (or the loaded bytes' length) synchronously, without doing any I/O.

3.0.3 #

  • Tightened the file_picker_platform_interface lower bound to ^3.2.0. This package's pickFile()/pickFiles() signatures reference DarwinOptions, added in that version, so resolving against an older one would fail to compile.

3.0.2 #

  • Fixed the window focus listener used to detect a cancelled picker dialog never being removed after use. removeEventListener was passed a freshly created .toJS function object on every call, which never matches the one originally passed to addEventListener, so the listener leaked on window on every pickFiles/pickFile call. The JS function references are now cached and reused for both add and remove.

3.0.1 #

  • Improved package description, added example, and added missing API documentation.

3.0.0 #

  • Unified Web platform release for federated file_picker architecture using package:web and dart:js_interop.

2.0.0 #

  • Deprecates plugin in favor of standalone file_picker for all platforms.

1.0.2+1 #

  • Fix custom filter String creation.

1.0.2 #

  • Addresses an issue that would cause dot being required on filters for web (#343).

1.0.1+2 #

  • Bumps file_picker_platform_interface dependency version.

1.0.1+1 #

  • Updates homepage & description.

1.0.1 #

  • Updates API to support onFileLoading from FilePickerInterface.

1.0.0 #

  • Adds public API documentation and updates file_picker_platform_interface dependency.

0.0.2 #

  • Added no-op iOS podspec to prevent build issues on iOS.

0.0.1 #

  • Creation of File Picker Web project draft.
10
likes
160
points
411k
downloads

Documentation

API reference

Publisher

verified publishervictorcarreras.dev

Weekly Downloads

Web platform implementation of the file_picker plugin, providing browser file selection, file streaming, and file loading.

Repository (GitHub)
View/report issues
Contributing

Topics

#file-picker #web

License

MIT (license)

Dependencies

cross_file, file_picker_platform_interface, flutter, flutter_web_plugins, meta, path, web

More

Packages that depend on file_picker_web

Packages that implement file_picker_web