Commit 9adbc51
authored
Related to [☂️ Material Theme System
Updates](flutter#91772)
## Pre-launch Checklist
- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [x] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.
If you need help, consider asking for advice on the #hackers-new channel
on [Discord].
<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent b4a81cb commit 9adbc51
File tree
7 files changed
+152
-58
lines changed- packages/flutter
- lib
- fix_data/fix_material
- src/material
- test_fixes/material
- test/material
7 files changed
+152
-58
lines changedLines changed: 62 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
29 | 91 | | |
30 | 92 | | |
31 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2565 | 2565 | | |
2566 | 2566 | | |
2567 | 2567 | | |
2568 | | - | |
2569 | | - | |
| 2568 | + | |
2570 | 2569 | | |
2571 | 2570 | | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
2572 | 2574 | | |
2573 | 2575 | | |
2574 | 2576 | | |
2575 | | - | |
| 2577 | + | |
2576 | 2578 | | |
2577 | 2579 | | |
2578 | 2580 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
290 | 289 | | |
291 | 290 | | |
292 | 291 | | |
| |||
365 | 364 | | |
366 | 365 | | |
367 | 366 | | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
368 | 372 | | |
369 | 373 | | |
370 | 374 | | |
| |||
459 | 463 | | |
460 | 464 | | |
461 | 465 | | |
462 | | - | |
463 | 466 | | |
464 | 467 | | |
465 | 468 | | |
| |||
580 | 583 | | |
581 | 584 | | |
582 | 585 | | |
| 586 | + | |
583 | 587 | | |
584 | 588 | | |
585 | 589 | | |
| |||
609 | 613 | | |
610 | 614 | | |
611 | 615 | | |
612 | | - | |
613 | 616 | | |
614 | 617 | | |
615 | 618 | | |
| |||
673 | 676 | | |
674 | 677 | | |
675 | 678 | | |
| 679 | + | |
676 | 680 | | |
677 | 681 | | |
678 | 682 | | |
| |||
715 | 719 | | |
716 | 720 | | |
717 | 721 | | |
718 | | - | |
719 | 722 | | |
720 | 723 | | |
721 | 724 | | |
| |||
787 | 790 | | |
788 | 791 | | |
789 | 792 | | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
| 797 | + | |
790 | 798 | | |
791 | 799 | | |
792 | 800 | | |
| |||
1204 | 1212 | | |
1205 | 1213 | | |
1206 | 1214 | | |
1207 | | - | |
1208 | | - | |
1209 | | - | |
1210 | 1215 | | |
1211 | 1216 | | |
1212 | 1217 | | |
| |||
1451 | 1456 | | |
1452 | 1457 | | |
1453 | 1458 | | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
1454 | 1466 | | |
1455 | 1467 | | |
1456 | 1468 | | |
| |||
1486 | 1498 | | |
1487 | 1499 | | |
1488 | 1500 | | |
1489 | | - | |
1490 | 1501 | | |
1491 | 1502 | | |
1492 | 1503 | | |
| |||
1568 | 1579 | | |
1569 | 1580 | | |
1570 | 1581 | | |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
| 1586 | + | |
1571 | 1587 | | |
1572 | 1588 | | |
1573 | 1589 | | |
| |||
1628 | 1644 | | |
1629 | 1645 | | |
1630 | 1646 | | |
1631 | | - | |
1632 | 1647 | | |
1633 | 1648 | | |
1634 | 1649 | | |
| |||
1692 | 1707 | | |
1693 | 1708 | | |
1694 | 1709 | | |
| 1710 | + | |
1695 | 1711 | | |
1696 | 1712 | | |
1697 | 1713 | | |
| |||
1835 | 1851 | | |
1836 | 1852 | | |
1837 | 1853 | | |
1838 | | - | |
1839 | 1854 | | |
1840 | 1855 | | |
1841 | 1856 | | |
| |||
1921 | 1936 | | |
1922 | 1937 | | |
1923 | 1938 | | |
| 1939 | + | |
1924 | 1940 | | |
1925 | 1941 | | |
1926 | 1942 | | |
| |||
1957 | 1973 | | |
1958 | 1974 | | |
1959 | 1975 | | |
1960 | | - | |
1961 | 1976 | | |
1962 | 1977 | | |
1963 | 1978 | | |
| |||
2020 | 2035 | | |
2021 | 2036 | | |
2022 | 2037 | | |
2023 | | - | |
| 2038 | + | |
| 2039 | + | |
2024 | 2040 | | |
2025 | 2041 | | |
2026 | 2042 | | |
| |||
2056 | 2072 | | |
2057 | 2073 | | |
2058 | 2074 | | |
2059 | | - | |
2060 | 2075 | | |
2061 | 2076 | | |
2062 | 2077 | | |
| |||
2120 | 2135 | | |
2121 | 2136 | | |
2122 | 2137 | | |
| 2138 | + | |
2123 | 2139 | | |
2124 | 2140 | | |
2125 | 2141 | | |
| |||
2299 | 2315 | | |
2300 | 2316 | | |
2301 | 2317 | | |
2302 | | - | |
2303 | | - | |
2304 | | - | |
2305 | | - | |
2306 | | - | |
2307 | | - | |
2308 | | - | |
2309 | | - | |
2310 | 2318 | | |
2311 | 2319 | | |
2312 | 2320 | | |
| |||
2761 | 2769 | | |
2762 | 2770 | | |
2763 | 2771 | | |
| 2772 | + | |
| 2773 | + | |
| 2774 | + | |
| 2775 | + | |
| 2776 | + | |
| 2777 | + | |
| 2778 | + | |
| 2779 | + | |
2764 | 2780 | | |
2765 | 2781 | | |
2766 | 2782 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1473 | 1473 | | |
1474 | 1474 | | |
1475 | 1475 | | |
1476 | | - | |
1477 | 1476 | | |
1478 | 1477 | | |
1479 | | - | |
| 1478 | + | |
1480 | 1479 | | |
1481 | 1480 | | |
1482 | | - | |
1483 | 1481 | | |
1484 | 1482 | | |
1485 | 1483 | | |
| |||
1492 | 1490 | | |
1493 | 1491 | | |
1494 | 1492 | | |
1495 | | - | |
1496 | | - | |
1497 | | - | |
1498 | | - | |
1499 | | - | |
1500 | 1493 | | |
1501 | | - | |
1502 | 1494 | | |
1503 | | - | |
| 1495 | + | |
1504 | 1496 | | |
1505 | 1497 | | |
1506 | 1498 | | |
| |||
0 commit comments