We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7668398 commit ad650f9Copy full SHA for ad650f9
packages/file_selector/file_selector/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.8.1
2
+
3
+Endorse the web implementation.
4
5
## 0.8.0
6
7
Migrate to null safety.
packages/file_selector/file_selector/pubspec.yaml
@@ -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:
8
+ platforms:
9
+ web:
10
+ default_package: file_selector_web
11
12
dependencies:
13
flutter:
14
sdk: flutter
15
file_selector_platform_interface: ^2.0.0
16
+ file_selector_web: ^0.8.1
17
18
dev_dependencies:
19
flutter_test:
0 commit comments