Skip to content

Conversation

@stuartmorgan-g
Copy link
Collaborator

2.5.0 was retracted due to an issue with production builds (see link below); this re-releases with a requirement on objective_c 9.2.0, which resolves that issue.

Because objective_c 9.2.0 requires hooks, this updates the min SDK requirement to 3.38.0.

Fixes flutter/flutter#178915

Pre-Review Checklist

Footnotes

  1. Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling. 2 3

2.5.0 was retracted due to an issue with production builds (see link
below); this re-releases with a requirement on `objective_c` 9.2.0,
which resolves that issue.

Because `objective_c` 9.2.0 requires hooks, this updates the min SDK
requirement to 3.38.0.

Fixes flutter/flutter#178915
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request addresses an issue with production builds in the FFI-based path_provider_foundation package by re-releasing it as version 2.5.1. The core change is updating the objective_c dependency to 9.2.0, which necessitates raising the minimum Dart SDK to 3.10.0 and Flutter to 3.38.0. The version, dependency, and SDK constraints have been correctly updated in the package's pubspec.yaml and its example. The CHANGELOG.md has also been updated to reflect these changes and to mark version 2.5.0 as retracted. The changes are correct and well-contained. I have one minor suggestion to improve the wording in the changelog for better user clarity.

@stuartmorgan-g
Copy link
Collaborator Author

stuartmorgan-g commented Nov 25, 2025

Web build failures are dart-lang/native#2824, but it looks like there are some other issues, like needing a native toolchain for Dart unit tests, which is unfortunate (flutter/flutter#178715).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

1 participant