Skip to content

Commit

Permalink
[file_selector] Endorse web (flutter#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Feb 26, 2021
1 parent 7668398 commit ad650f9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/file_selector/file_selector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.8.1

Endorse the web implementation.

## 0.8.0

Migrate to null safety.
Expand Down
9 changes: 8 additions & 1 deletion packages/file_selector/file_selector/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
name: file_selector
description: Flutter plugin for opening and saving files.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector
version: 0.8.0
version: 0.8.1

flutter:
plugin:
platforms:
web:
default_package: file_selector_web

dependencies:
flutter:
sdk: flutter
file_selector_platform_interface: ^2.0.0
file_selector_web: ^0.8.1

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit ad650f9

Please sign in to comment.