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

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

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
0
points
411k
downloads

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

Topics

#file-picker #web

License

unknown (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