tree: 6e2deeddb2add0c46f6503a077fe67ed25065ef1 [path history] [tgz]
  1. integration_test/
  2. ios/
  3. lib/
  4. test/
  5. test_driver/
  6. CHANGELOG.md
  7. LICENSE
  8. pubspec.yaml
  9. README.md
  10. run_integration_test
packages/file_selector/file_selector_web/README.md

file_picker_web

The web implementation of file_picker.

Usage

Import the package

To use this plugin in your Flutter Web app, simply add it as a dependency in your pubspec alongside the base file_picker plugin.

(This is only temporary: in the future we hope to make this package an “endorsed” implementation of file_picker, so that it is automatically included in your Flutter Web app when you depend on package:file_picker.)

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  file_picker: ^0.7.0
  file_picker_web: ^0.7.0
  ...

Use the plugin

Once you have the file_picker_web dependency in your pubspec, you should be able to use package:file_picker as normal.