Skip to content

Commit a480c9f

Browse files
[path_provider] Allow win32 up to version 4.x (#3820)
Adds compatibility with version 4.x of `win32`. No breaking changes impacted the plugin, so this just relaxes the constraint. Fixes flutter/flutter#125355
1 parent 3e88d03 commit a480c9f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

packages/path_provider/path_provider_windows/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.6
2+
3+
* Adds compatibility with `win32` 4.x.
4+
15
## 2.1.5
26

37
* Clarifies explanation of endorsement in README.

packages/path_provider/path_provider_windows/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_windows
22
description: Windows implementation of the path_provider plugin
33
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_windows
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.5
5+
version: 2.1.6
66

77
environment:
88
sdk: ">=2.17.0 <4.0.0"
@@ -21,7 +21,7 @@ dependencies:
2121
sdk: flutter
2222
path: ^1.8.0
2323
path_provider_platform_interface: ^2.0.0
24-
win32: ">=2.1.0 <4.0.0"
24+
win32: ">=2.1.0 <5.0.0"
2525

2626
dev_dependencies:
2727
flutter_test:

0 commit comments

Comments
 (0)