Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump version
  • Loading branch information
Tim Sneath committed May 27, 2022
commit 93d1f746044c0a44f3f0a6572ccc2d7fa9c6e7f2
3 changes: 2 additions & 1 deletion packages/path_provider/path_provider_windows/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## 2.0.7
## 2.1.0

* Upgrade `package:ffi` dependency to 2.0.0
* Added support for unicode encoded VERSIONINFO
* Minor fixes for new analysis options.

Expand Down
8 changes: 4 additions & 4 deletions packages/path_provider/path_provider_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: path_provider_windows
description: Windows implementation of the path_provider plugin
repository: https://github.com/flutter/plugins/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.0.7
version: 2.1.0

environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.8.0"
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0"

flutter:
plugin:
Expand All @@ -16,7 +16,7 @@ flutter:
dartPluginClass: PathProviderWindows

dependencies:
ffi: ^1.0.0
ffi: ^2.0.0
flutter:
sdk: flutter
path: ^1.8.0
Expand Down