From 2375027f675471146a73998c53878c8d9ba634cd Mon Sep 17 00:00:00 2001 From: Bharat Biradar <62872048+bharat-biradar@users.noreply.github.com> Date: Wed, 17 Feb 2021 04:07:58 +0530 Subject: [PATCH] [file_selector_web] update documentation #76067 (#3554) Fix documentation typo. This package is file_selector, not file_picker! Co-authored-by: David Iglesias --- .../file_selector/file_selector_web/README.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/file_selector/file_selector_web/README.md b/packages/file_selector/file_selector_web/README.md index 36e0b446ffe8..24d48f48586f 100644 --- a/packages/file_selector/file_selector_web/README.md +++ b/packages/file_selector/file_selector_web/README.md @@ -1,16 +1,16 @@ -# file_picker_web +# file_selector_web -The web implementation of [`file_picker`][1]. +The web implementation of [`file_selector`][1]. ## 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. +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_picker`, so that it is automatically -included in your Flutter Web app when you depend on `package:file_picker`.)_ +"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`: @@ -18,13 +18,13 @@ This is what the above means to your `pubspec.yaml`: ... dependencies: ... - file_picker: ^0.7.0 - file_picker_web: ^0.7.0 + file_selector: ^0.7.0 + file_selector_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. +Once you have the `file_selector_web` dependency in your pubspec, you should +be able to use `package:file_selector` as normal. -[1]: ../file_picker/file_picker +[1]: https://pub.dev/packages/file_selector