Skip to content

[cupertino_ui] Remove useInheritedMediaQuery flag in CupertinoApp - #12970

Open
AbdeMohlbi wants to merge 1 commit into
flutter:mainfrom
AbdeMohlbi:remove_2_useInheritedMediaQuery
Open

AbdeMohlbi wants to merge 1 commit into
flutter:mainfrom
AbdeMohlbi:remove_2_useInheritedMediaQuery

Conversation

@AbdeMohlbi

@AbdeMohlbi AbdeMohlbi commented Sep 22, 2026 •

Copy link
Copy Markdown
Member

blocked on:

Pre-Review Checklist

If you need help, consider asking for advice on the #hackers-new channel on Discord.

Note: The Flutter team is currently trialing the use of Gemini Code Assist for GitHub. Comments from the gemini-code-assist bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed.

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

@github-actions github-actions Bot added p: cupertino_ui triage-design Should be looked at in design triage labels Sep 22, 2026
@AbdeMohlbi AbdeMohlbi added the CICD Run CI/CD label Sep 22, 2026
sfshaza2 pushed a commit to flutter/website that referenced this pull request Sep 24, 2026
…ion guide (#13916)

This change adds `useInheritedMediaQuery` removal breaking change entry
and migration guide.

unblocks :
- flutter/packages#12970
- flutter/packages#12969
- flutter/flutter#193146

_PRs or commits this PR depends on (if any):_

## Presubmit checklist

- [x] If you are unwilling, or unable, to sign the CLA, even for a
_tiny_, one-word PR, please file an issue instead of a PR.
- [x] If this PR is not meant to land until a future stable release,
mark it as draft with an explanation.
- [x] This PR follows the [Google Developer Documentation Style
Guidelines](https://developers.google.com/style)—for example, it doesn't
use _i.e._ or _e.g._, and it avoids _I_ and _we_ (first-person
pronouns).
- [x] This PR uses [semantic line
breaks](https://github.com/dart-lang/site-shared/blob/main/doc/writing-for-dart-and-flutter-websites.md#semantic-line-breaks)
  of 80 characters or fewer.

---------

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@AbdeMohlbi
AbdeMohlbi marked this pull request as ready for review September 24, 2026 18:06

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

Copy link
Copy Markdown
Contributor

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 removes the deprecated useInheritedMediaQuery parameter and field from CupertinoApp, along with its associated tests, and adds a pending changelog entry. Feedback indicates that removing this public parameter is a breaking change, which requires updating the changelog version bump from minor to major.

@@ -0,0 +1,3 @@
changelog: |
- Remove deprecated `useInheritedMediaQuery` flag in CupertinoApp
version: minor No newline at end of file

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

medium

Removing a deprecated public parameter (useInheritedMediaQuery) and field from CupertinoApp is a breaking change, as any existing code referencing or passing this parameter will fail to compile. According to semantic versioning, breaking changes require a major version bump rather than a minor one.

version: major
References
  1. Code changes must follow the version and CHANGELOG instructions, using semantic versioning (SemVer). Removing a deprecated public API parameter is a breaking change and requires a major version bump. (link)

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

you might be right but this is the wrong like so i can't be sure, let's wait for a review

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

Labels

CICD Run CI/CD p: cupertino_ui triage-design Should be looked at in design triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant