Skip to content

Commit c81091b

Browse files
committed
Updates component theme normalization breaking change to include AppBarTheme, BottomAppBarTheme and InputDecorationTheme
Add BottomAppBarTheme normalization to align with Flutter Material's component theme conventions
1 parent 8e865d0 commit c81091b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/content/release/breaking-changes/component-theme-normalization-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ final InputDecorationThemeData inputDecorationTheme = InputDecorationTheme.of(co
5656

5757
## Timeline
5858

59-
Landed in version: 3.33.0-1.0.pre<br>
60-
Stable release: 3.33
59+
Landed in version: Not yet
60+
Stable release: Not yet
6161

6262
## References
6363

src/content/release/breaking-changes/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ They're sorted by release and listed in alphabetical order:
4545
* [Removed semantics elevation and thickness][]
4646
* [Deprecate `TextField.canRequestFocus`][]
4747
* [Stop generating `AssetManifest.json`][]
48+
* [Component theme normalization updates][]
4849

4950
[Removed semantics elevation and thickness]: /release/breaking-changes/remove-semantics-elevation-and-thickness
5051
[Deprecate `TextField.canRequestFocus`]: /release/breaking-changes/can-request-focus
5152
[Stop generating `AssetManifest.json`]: /release/breaking-changes/asset-manifest-dot-json
53+
[Component theme normalization updates]: /release/breaking-changes/component-theme-normalization-updates
5254

5355
<a id="released-in-flutter-332" aria-hidden="true"></a>
5456
### Released in Flutter 3.32
@@ -64,7 +66,6 @@ They're sorted by release and listed in alphabetical order:
6466
* [Changing the default `goldenFileComparator` for `integration_test`s][]
6567
* [Deprecate `InputDecoration.maintainHintHeight` in favor of `InputDecoration.maintainHintSize`][]
6668
* [Underdamped spring formula changed][]
67-
* [Component theme normalization updates][]
6869

6970
[Deprecate `SystemContextMenuController.show`]: /release/breaking-changes/system_context_menu_controller_show
7071
[Deprecate `ExpansionTileController` in favor of `ExpansibleController`]: /release/breaking-changes/expansion-tile-controller
@@ -76,7 +77,6 @@ They're sorted by release and listed in alphabetical order:
7677
[Changing the default `goldenFileComparator` for `integration_test`s]: /release/breaking-changes/integration-test-default-golden-comparator
7778
[Deprecate `InputDecoration.maintainHintHeight` in favor of `InputDecoration.maintainHintSize`]: /release/breaking-changes/deprecate-inputdecoration-maintainhintheight
7879
[Underdamped spring formula changed]: /release/breaking-changes/spring-description-underdamped
79-
[Component theme normalization updates]: /release/breaking-changes/component-theme-normalization-updates
8080
<a id="released-in-flutter-329" aria-hidden="true"></a>
8181
### Released in Flutter 3.29
8282

0 commit comments

Comments
 (0)