Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 95f856e

Browse files
[file_selector_web] update documentation #76067 (#3554)
Fix documentation typo. This package is file_selector, not file_picker! Co-authored-by: David Iglesias <[email protected]>
1 parent 4df0880 commit 95f856e

File tree

1 file changed

+10
-10
lines changed
  • packages/file_selector/file_selector_web

1 file changed

+10
-10
lines changed
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
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
88
To 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

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

1717
```yaml
1818
...
1919
dependencies:
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

0 commit comments

Comments
 (0)