Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[file_selector_web] update documentation
  • Loading branch information
bharat-biradar authored Feb 16, 2021
commit 43b14d363ecbfec065736f308d3b3a85e0aaf8f3
4 changes: 2 additions & 2 deletions packages/file_selector/file_selector_web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ This is what the above means to your `pubspec.yaml`:
...
dependencies:
...
file_picker: ^0.7.0
file_picker_web: ^0.7.0
file_picker: ^0.7.0+2
file_picker_web: ^0.7.0+1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The problem is the name being wrong, not the exact versions, so this doesn't actually fix the issue.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated the branch with the correct fix, PTAL :)

...
```

Expand Down