Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 2.5.1

* Requires `objective_c` 9.2.0, to resolve an issue with production builds.
* Updates minimum supported SDK version to Flutter 3.38/Dart 3.10.

## 2.5.0

* **Retracted** due to an issue with production builds.
* Replaces Flutter-plugin-based implementation with direct FFI calls to
Foundation.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ description: Demonstrates how to use the path_provider plugin.
publish_to: none

environment:
sdk: ^3.9.0
flutter: ">=3.35.0"
sdk: ^3.10.0
flutter: ">=3.38.0"

dependencies:
flutter:
Expand All @@ -25,7 +25,7 @@ dev_dependencies:
integration_test:
sdk: flutter
mockito: ^5.5.0
objective_c: ^9.0.0
objective_c: ^9.2.0
path: ^1.8.0

flutter:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: path_provider_foundation
description: iOS and macOS implementation of the path_provider plugin
repository: https://github.com/flutter/packages/tree/main/packages/path_provider/path_provider_foundation
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+path_provider%22
version: 2.5.0
version: 2.5.1

environment:
sdk: ^3.9.0
flutter: ">=3.35.0"
sdk: ^3.10.0
flutter: ">=3.38.0"

flutter:
plugin:
Expand All @@ -21,7 +21,7 @@ dependencies:
ffi: ^2.1.4
flutter:
sdk: flutter
objective_c: ^9.1.0
objective_c: ^9.2.0
path_provider_platform_interface: ^2.1.0

dev_dependencies:
Expand Down