Thanks to visit codestin.com
Credit goes to github.com

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

Commit 644d85b

Browse files
authored
[path_provider] Update win32 (#6352)
1 parent c6e92af commit 644d85b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/path_provider/path_provider_windows/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
## NEXT
1+
## 2.1.3
22

33
* Updates minimum Flutter version to 2.10.
4+
* Adds compatibility with `package:win32` 3.x.
45

56
## 2.1.2
67

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/plugins/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.2
5+
version: 2.1.3
66

77
environment:
88
sdk: ">=2.17.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-
win32: ^2.1.0
24+
win32: ">=2.1.0 <4.0.0"
2525

2626
dev_dependencies:
2727
flutter_test:

0 commit comments

Comments
 (0)