Skip to content

Commit

Permalink
[path_provider] Update Windows implementation version (flutter#3541)
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartmorgan authored Feb 16, 2021
1 parent 907d8d3 commit 9136b68
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions packages/path_provider/path_provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.0.0-nullsafety.1

* Require latest path_provider_windows to avoid potential issues
with breaking changes in `ffi` and `win32`.

## 2.0.0-nullsafety

* Migrate to null safety.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: path_provider
description: Flutter plugin for getting commonly used locations on host platform file systems, such as the temp and app data directories.
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider
version: 2.0.0-nullsafety
version: 2.0.0-nullsafety.1

flutter:
plugin:
Expand All @@ -24,7 +24,7 @@ dependencies:
path_provider_platform_interface: ^2.0.0-nullsafety
path_provider_macos: ^0.0.5-nullsafety
path_provider_linux: ^0.2.0-nullsafety
path_provider_windows: ^0.1.0-nullsafety
path_provider_windows: ^0.1.0-nullsafety.3

dev_dependencies:
integration_test:
Expand Down

0 comments on commit 9136b68

Please sign in to comment.