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

file_selector_web

The web implementation of file_selector.

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_selector plugin.

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

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

...
dependencies:
  ...
  file_selector: ^0.7.0
  file_selector_web: ^0.7.0
  ...

Use the plugin

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