File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
packages/file_selector/file_selector_web Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- # file_picker_web
1+ # file_selector_web
22
3- The web implementation of [ ` file_picker ` ] [ 1 ] .
3+ The web implementation of [ ` file_selector ` ] [ 1 ] .
44
55## Usage
66
77### Import the package
88To use this plugin in your Flutter Web app, simply add it as a dependency in
9- your pubspec alongside the base ` file_picker ` plugin.
9+ your pubspec alongside the base ` file_selector ` plugin.
1010
1111_ (This is only temporary: in the future we hope to make this package an
12- "endorsed" implementation of ` file_picker ` , so that it is automatically
13- included in your Flutter Web app when you depend on ` package:file_picker ` .)_
12+ "endorsed" implementation of ` file_selector ` , so that it is automatically
13+ included in your Flutter Web app when you depend on ` package:file_selector ` .)_
1414
1515This is what the above means to your ` pubspec.yaml ` :
1616
1717``` yaml
1818...
1919dependencies :
2020 ...
21- file_picker : ^0.7.0
22- file_picker_web : ^0.7.0
21+ file_selector : ^0.7.0
22+ file_selector_web : ^0.7.0
2323 ...
2424```
2525
2626### Use the plugin
27- Once you have the ` file_picker_web ` dependency in your pubspec, you should
28- be able to use ` package:file_picker ` as normal.
27+ Once you have the ` file_selector_web ` dependency in your pubspec, you should
28+ be able to use ` package:file_selector ` as normal.
2929
30- [ 1 ] : ../file_picker/file_picker
30+ [ 1 ] : https://pub.dev/packages/file_selector
You can’t perform that action at this time.
0 commit comments