Skip to content

Commit 84b3414

Browse files
author
Tim Sneath
committed
Bump pub dependency in path_provider_linux
1 parent 93d1f74 commit 84b3414

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

packages/path_provider/path_provider_linux/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.1.7
2+
3+
* Bump ffi dependency to match path_provider_windows.
4+
15
## 2.1.6
26

37
* Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors
@@ -54,20 +58,24 @@
5458

5559
* Check in linux/ directory for example/
5660

57-
## 0.1.1 - NOT PUBLISHED
61+
## 0.1.1 - NOT PUBLISHED
62+
5863
* Reverts changes on 0.1.0, which broke the tree.
5964

65+
## 0.1.0 - NOT PUBLISHED
6066

61-
## 0.1.0 - NOT PUBLISHED
6267
* This release updates getApplicationSupportPath to use the application ID instead of the executable name.
6368
* No migration is provided, so any older apps that were using this path will now have a different directory.
6469

6570
## 0.0.1+2
71+
6672
* This release updates the example to depend on the endorsed plugin rather than relative path
6773

6874
## 0.0.1+1
75+
6976
* This updates the readme and pubspec and example to reflect the endorsement of this implementation of `path_provider`
7077

7178
## 0.0.1
79+
7280
* The initial implementation of path\_provider for Linux
7381
* Implements getApplicationSupportPath, getApplicationDocumentsPath, getDownloadsPath, and getTemporaryPath

packages/path_provider/path_provider_linux/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: path_provider_linux
22
description: Linux implementation of the path_provider plugin
33
repository: https://github.com/flutter/plugins/tree/main/packages/path_provider/path_provider_linux
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.6
5+
version: 2.1.7
66

77
environment:
88
sdk: ">=2.12.0 <3.0.0"
@@ -16,7 +16,7 @@ flutter:
1616
dartPluginClass: PathProviderLinux
1717

1818
dependencies:
19-
ffi: ^1.1.2
19+
ffi: ^2.0.0
2020
flutter:
2121
sdk: flutter
2222
path: ^1.8.0

0 commit comments

Comments
 (0)