[material_ui, cupertino_ui] Update changelogs for the prerelease#12249
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the changelogs for the cupertino_ui and material_ui packages to version 0.0.2, documenting the copying of code and localizations. Feedback was provided regarding an inconsistency in the material_ui changelog, which claims that material_color_utilities has been unpinned, while it remains pinned in the package configuration.
| flutter_localizations package. | ||
| * Unpin material_color_utilities. |
There was a problem hiding this comment.
The changelog states that material_color_utilities is unpinned, but in packages/material_ui/pubspec.yaml (lines 25-27), it is still pinned to 0.13.0 with a comment indicating it is not currently unpinned. Please remove this line from the changelog or update the dependency if it was intended to be unpinned.
| flutter_localizations package. | |
| * Unpin material_color_utilities. | |
| flutter_localizations package. |
There was a problem hiding this comment.
This is out of date because the PR originally branched before I merged the PR that fixed this. It is unpinned.
| * Updates minimum supported SDK version to Flutter 3.38/Dart 3.10. | ||
| * Copied over all Cupertino code from flutter/flutter. | ||
| * Copied over Cupertino localizations from flutter/flutter's | ||
| flutter_localizations package. |
There was a problem hiding this comment.
Nit here and below: Migrated API doc samples and formatting.
I think that covers the broad strokes, or at least the most significant changes. :)
| ## NEXT | ||
| ## 0.0.2 | ||
|
|
||
| * Updates minimum supported SDK version to Flutter 3.38/Dart 3.10. |
There was a problem hiding this comment.
Oh actually, should we keep this? Should it be different like 3.44?
There was a problem hiding this comment.
Yeah actually I'll keep this and make it correct (3.44/3.12). Do you know where this line came from originally, did you put it in there? I assumed it was autogenerated.
There was a problem hiding this comment.
Usually when Stuart rolls a new stable he adds this to every changelog.
…er#189782) flutter/packages@611899b...8260a1e 2026-07-20 [email protected] [cupertino_ui] Publish pre-release 0.0.2 (flutter/packages#12251) 2026-07-20 [email protected] [camera_android_camerax] Add `AGENTS.md` (flutter/packages#12066) 2026-07-20 [email protected] [cupertino_ui] Undo unpublished version info (flutter/packages#12252) 2026-07-20 [email protected] [video_player_android] Avoid sending unset duration on initialization (flutter/packages#11709) 2026-07-20 [email protected] [webview_flutter] Convert from XCTest to Swift Testing (flutter/packages#12243) 2026-07-20 [email protected] [various] Convert example boilerplate from Java to Kotlin (flutter/packages#12201) 2026-07-20 [email protected] [material_ui, cupertino_ui] Update changelogs for the prerelease (flutter/packages#12249) 2026-07-20 [email protected] Roll Flutter from 8005793 to cab057d (2 revisions) (flutter/packages#12248) 2026-07-20 [email protected] [in_app_purchase_android] Add obfuscated profile ID purchase param (flutter/packages#12080) 2026-07-20 [email protected] [material_ui] Unpin material_color_utilities (flutter/packages#12225) 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 [email protected] 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
…tter#12249) Update changelogs for 0.0.2, which will be the first prerelease with the real code.
Update changelogs for 0.0.2, which will be the first prerelease with the real code.