[path_provider] Allow win32 up to version 5.x (#4125)

Updating pubspec.yaml in path_provider package to support win32 v5.

closes issue [#127289](https://github.com/flutter/flutter/issues/127289)
This commit is contained in:
dsambuk
2023-06-05 12:53:05 -04:00
committed by GitHub
parent 2b05dd5ba2
commit 145ed2c6ab
2 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,6 @@
## NEXT
## 2.1.7
* Adds compatibility with `win32` 5.x.
* Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
## 2.1.6

View File

@ -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.6
version: 2.1.7
environment:
sdk: ">=2.18.0 <4.0.0"
@ -21,7 +21,7 @@ dependencies:
sdk: flutter
path: ^1.8.0
path_provider_platform_interface: ^2.0.0
win32: ">=2.1.0 <5.0.0"
win32: ">=2.1.0 <6.0.0"
dev_dependencies:
flutter_test: