Change the default for`ThemeData.useMaterial3` to true by HansMuller · Pull Request #129724 · flutter/flutter

@HansMuller mentioned this pull request

Jun 28, 2023

25 tasks

@HansMuller

@HansMuller

@HansMuller HansMuller changed the title (WIP) Verify that making useMaterial3:true is safe Change the default forThemeData.useMaterial3 to true

Jul 12, 2023

QuncCccccc

This was referenced

Jul 21, 2023

auto-submit bot pushed a commit that referenced this pull request

Jul 28, 2023
Force the line height of the TextStyle used in test_step.dart to be 1.0 for all Text widgets.

The test started failing after #129724 landed. Assuming that the vertical layout of the test was tight and that the change in the default font's line height is the source of the problem (see #130732 (comment)).

Fixes #130732

LouiseHsu pushed a commit to LouiseHsu/flutter that referenced this pull request

Jul 31, 2023
Changes the default for `ThemeData.useMaterial3` to true.

See flutter#127064

LouiseHsu pushed a commit to LouiseHsu/flutter that referenced this pull request

Jul 31, 2023
…r#131301)

Force the line height of the TextStyle used in test_step.dart to be 1.0 for all Text widgets.

The test started failing after flutter#129724 landed. Assuming that the vertical layout of the test was tight and that the change in the default font's line height is the source of the problem (see flutter#130732 (comment)).

Fixes flutter#130732

vashworth pushed a commit to vashworth/flutter that referenced this pull request

Aug 2, 2023
…r#131301)

Force the line height of the TextStyle used in test_step.dart to be 1.0 for all Text widgets.

The test started failing after flutter#129724 landed. Assuming that the vertical layout of the test was tight and that the change in the default font's line height is the source of the problem (see flutter#130732 (comment)).

Fixes flutter#130732