Skip to content

Commit

Permalink
[path_provider] Allow win32 up to version 4.x (#3820)
Browse files Browse the repository at this point in the history
Adds compatibility with version 4.x of `win32`. No breaking changes impacted the plugin, so this just relaxes the constraint.

Fixes flutter/flutter#125355
  • Loading branch information
stuartmorgan authored Apr 26, 2023
1 parent 3e88d03 commit a480c9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.6

* Adds compatibility with `win32` 4.x.

## 2.1.5

* Clarifies explanation of endorsement in README.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/path_provider_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: path_provider_windows
description: Windows implementation of the path_provider plugin
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_windows
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
version: 2.1.5
version: 2.1.6

environment:
sdk: ">=2.17.0 <4.0.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
sdk: flutter
path: ^1.8.0
path_provider_platform_interface: ^2.0.0
win32: ">=2.1.0 <4.0.0"
win32: ">=2.1.0 <5.0.0"

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit a480c9f

Please sign in to comment.