Skip to content

Commit 85abce5

Browse files
[path_provider] Update endorsed Windows version (flutter#3065)
path_provider_windows 0.0.2 causes issues both for web projects and for projects built with Flutter 1.17 or earlier. This requires 0.0.4+ to ensure fixes for both issues are included.
1 parent eb4af2e commit 85abce5

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.17
2+
3+
* Update Windows endorsement verison again, to pick up the fix for
4+
web compilation in projects that include path_provider.
5+
16
## 1.6.16
27

38
* Update Windows endorsement verison

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: path_provider
22
description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
33
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
4-
version: 1.6.16
4+
version: 1.6.17
55

66
flutter:
77
plugin:
@@ -24,7 +24,7 @@ dependencies:
2424
path_provider_platform_interface: ^1.0.1
2525
path_provider_macos: ^0.0.4
2626
path_provider_linux: ^0.0.1
27-
path_provider_windows: ^0.0.2
27+
path_provider_windows: ^0.0.4
2828

2929
dev_dependencies:
3030
integration_test:

0 commit comments

Comments
 (0)