mirror of
https://github.com/flutter/packages.git
synced 2025-06-30 23:03:11 +08:00
[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:
@ -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
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user