Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

[file_selector_platform_interface] Bump the cross_file version. #3422

Merged
merged 1 commit into from
Jan 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3+1

* Bump the [cross_file](https://pub.dev/packages/cross_file) package version.

## 1.0.3

* Update Flutter SDK constraint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ description: A common platform interface for the file_selector plugin.
homepage: https://github.com/flutter/plugins/tree/master/packages/file_selector/file_selector_platform_interface
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 1.0.3
version: 1.0.3+1

dependencies:
flutter:
sdk: flutter
meta: ^1.0.5
http: ^0.12.0+1
plugin_platform_interface: ^1.0.1
cross_file: ^0.1.0
cross_file: ^0.2.0

dev_dependencies:
test: ^1.15.0
Expand Down