File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
packages/file_selector/file_selector_platform_interface Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.3+1
2
+
3
+ * Bump the [ cross_file] ( https://pub.dev/packages/cross_file ) package version.
4
+
1
5
## 1.0.3
2
6
3
7
* Update Flutter SDK constraint.
Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ description: A common platform interface for the file_selector plugin.
3
3
homepage : https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
4
4
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
5
5
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
6
- version : 1.0.3
6
+ version : 1.0.3+1
7
7
8
8
dependencies :
9
9
flutter :
10
10
sdk : flutter
11
11
meta : ^1.0.5
12
12
http : ^0.12.0+1
13
13
plugin_platform_interface : ^1.0.1
14
- cross_file : ^0.1 .0
14
+ cross_file : ^0.2 .0
15
15
16
16
dev_dependencies :
17
17
test : ^1.15.0
You can’t perform that action at this time.
0 commit comments