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

Commit f47f740

Browse files
[file_selector] Relax xdg_directories constraint (#7157)
`xdg_directories` 0.2.0 was update to 1.0 to reflect that it has a stable API, with no other changes. This updates the constraint to allow either 0.2.x or 1.x to avoid dependency conflicts in the future.
1 parent 02571ec commit f47f740

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/path_provider/path_provider_linux/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
## NEXT
1+
## 2.1.8
22

3+
* Adds compatibility with `xdg_directories` 1.0.
34
* Updates minimum Flutter version to 3.0.
45

56
## 2.1.7

packages/path_provider/path_provider_linux/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_linux
22
description: Linux implementation of the path_provider plugin
33
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_linux
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
5-
version: 2.1.7
5+
version: 2.1.8
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
path: ^1.8.0
2323
path_provider_platform_interface: ^2.0.0
24-
xdg_directories: ^0.2.0
24+
xdg_directories: ">=0.2.0 <2.0.0"
2525

2626
dev_dependencies:
2727
flutter_test:

0 commit comments

Comments
 (0)