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

Commit 9136b68

Browse files
[path_provider] Update Windows implementation version (#3541)
1 parent 907d8d3 commit 9136b68

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

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+
## 2.0.0-nullsafety.1
2+
3+
* Require latest path_provider_windows to avoid potential issues
4+
with breaking changes in `ffi` and `win32`.
5+
16
## 2.0.0-nullsafety
27

38
* Migrate to null safety.

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: 2.0.0-nullsafety
4+
version: 2.0.0-nullsafety.1
55

66
flutter:
77
plugin:
@@ -24,7 +24,7 @@ dependencies:
2424
path_provider_platform_interface: ^2.0.0-nullsafety
2525
path_provider_macos: ^0.0.5-nullsafety
2626
path_provider_linux: ^0.2.0-nullsafety
27-
path_provider_windows: ^0.1.0-nullsafety
27+
path_provider_windows: ^0.1.0-nullsafety.3
2828

2929
dev_dependencies:
3030
integration_test:

0 commit comments

Comments
 (0)