Skip to content

Commit 2f27692

Browse files
committed
[path_provider][151823] bump bugfix version and changelog
1 parent 130f71b commit 2f27692

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/path_provider/path_provider/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
## NEXT
1+
## 2.1.4
22

3+
* Updates minimum required `path_provider_android` to 2.2.0 to ensure support for `getDownloadsDirectory()` on Android.
4+
* Updates supported platforms and paths matrix to indicate that Downloads
5+
is supported on Android.
36
* Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
47

58
## 2.1.3

packages/path_provider/path_provider/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider
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.3
5+
version: 2.1.4
66

77
environment:
88
sdk: ^3.2.0

0 commit comments

Comments
 (0)