Skip to content

Sync release-material_ui-1.0.0 to main - #12448

Merged
auto-submit[bot] merged 1 commit into
mainfrom
release-material_ui-1.0.0
Aug 12, 2026
Merged

Sync release-material_ui-1.0.0 to main#12448
auto-submit[bot] merged 1 commit into
mainfrom
release-material_ui-1.0.0

Conversation

@fluttergithubbot

Copy link
Copy Markdown
Contributor

This automated PR syncs the changes from the release branch release-material_ui-1.0.0 back to the main branch.

This PR was created automatically to batch release the `material_ui`.
@fluttergithubbotfluttergithubbot added the override: batch-material_ui material_ui batch release PR label Aug 12, 2026
@flutter-dashboardflutter-dashboardBot added the CICD Run CI/CD label Aug 12, 2026
@github-actionsgithub-actionsBot added triage-framework Should be looked at in framework triage p: material_ui labels Aug 12, 2026

@gemini-code-assistgemini-code-assistBot 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 promotes the material_ui package to version 1.0.0, updates its changelog, and widens the dependency constraint for cupertino_ui to '>=0.0.2 <2.0.0' in both the main package and its example. Feedback suggests tightening the cupertino_ui constraint to '^0.0.3' to prevent potential breaking changes from pre-1.0.0 releases of the dependency.

dependencies:
collection: ^1.19.1
cupertino_ui: ^0.0.2
cupertino_ui: ">=0.0.2 <2.0.0"

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

Using a wide version constraint like ">=0.0.2 <2.0.0" for a pre-1.0.0 dependency (cupertino_ui is currently at 0.0.3+1) is risky. In Dart's semantic versioning, breaking changes can be introduced in any minor or patch release prior to 1.0.0 (e.g., 0.1.0 or 0.0.4). Since material_ui is releasing its stable 1.0.0 version, it should use a tighter constraint for pre-1.0.0 dependencies to prevent breaking changes in cupertino_ui from breaking material_ui users.

cupertino_ui: ^0.0.3

material_ui:
path: ..
cupertino_ui: ^0.0.2
cupertino_ui: ">=0.0.2 <2.0.0"

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

For consistency and safety, the example package should also use a tighter version constraint for cupertino_ui instead of the wide ">=0.0.2 <2.0.0" range.

cupertino_ui: ^0.0.3

@PiinksPiinks added the autosubmit Merge PR when tree becomes green via auto submit App label Aug 12, 2026

@PiinksPiinks 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.

LGTM

@auto-submit
auto-submitBot merged commit fb716a4 into mainAug 12, 2026
14 checks passed
pullBot pushed a commit to Mattlk13/flutter that referenced this pull request Aug 13, 2026
…r#191074)
flutter/packages@94485f1...a3e763e
2026-08-13 engine-flutter-autoroll@skia.org Manual roll Flutter from
27b0988 to c243752 (179 revisions) (flutter/packages#12453)
2026-08-12 katelovett@google.com [material_ui] Undo relaxed constraints
(flutter/packages#12451)
2026-08-12 fluttergithubbot@gmail.com Sync release-cupertino_ui-1.0.0 to
main (flutter/packages#12450)
2026-08-12 fluttergithubbot@gmail.com Sync release-material_ui-1.0.0 to
main (flutter/packages#12448)
2026-08-12 happytoday83@naver.com [camera_android_camerax] Fix leaked
thread per capture in `takePicture` (flutter/packages#12361)
2026-08-12 jmccandless@google.com [material_ui, cupertino_ui] Prepare to
release 1.0.0 (flutter/packages#12425)
2026-08-12 jmccandless@google.com [material_ui, cupertino_ui] READMEs
(flutter/packages#12428)
2026-08-12 47866232+chunhtai@users.noreply.github.com [ci] presubmit
flags pending changelog with version promote on post 1…
(flutter/packages#12435)
If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/flutter-packages-flutter-autoroll
Please CC flutter-ecosystem@google.com on the revert to ensure that a
human
is aware of the problem.
To file a bug in Flutter:
https://github.com/flutter/flutter/issues/new/choose
To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622
Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

autosubmitMerge PR when tree becomes green via auto submit AppCICDRun CI/CDoverride: batch-material_uimaterial_ui batch release PRp: material_uitriage-frameworkShould be looked at in framework triage

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fluttergithubbot@Piinks