- 20 Jan, 2021 3 commits
-
-
Nathan Walker authored
This PR replaces the ColoredBox that ListTile uses with an Ink widget. That Ink widget is given a ShapeDecoration with the ListTile's color and shape. This fixes issues where the ListTile color would obscure material ripple effects, and cause the specified shape to not be respected. List which issues are fixed by this PR. You must list at least one issue. Fixes #73616 Fixes #63877 Fixes #67117 If you had to change anything in the flutter/tests repo, include a link to the migration guide as per the breaking change policy. I modified a handful of tests related to ListTiles. The tests I changed had implementation-specific ways of checking the ListTile color. I have rewritten those so that instead of checking for a ColoredBox with a specific color, they check that a path is painted with the correct color. I added the following tests to list_tile_test.dart: "ListTile shows Material ripple effects on top of tileColor" (Regression test for #73616) "ListTile shape is painted correctly" (Regression test for #63877) I added the following test to sliver_prototype_item_extent_test.dart: "SliverPrototypeExtentList prototypeItem paint transform is zero" (Regression test for #67117)
-
Todd Volkert authored
Make RenderCustomPaint consult its preferred size for intrinsics when it has no child. Currently, it returns 0 for its intrinsics, even if it has a non-zero preferred size.
-
Kate Lovett authored
-
- 19 Jan, 2021 13 commits
-
-
engine-flutter-autoroll authored
-
Greg Spencer authored
Adds a couple of new examples to the Actions and Shortcuts widgets, and updates some documentation.
-
xubaolin authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Michael Goderbauer authored
-
Jonah Williams authored
-
Kate Lovett authored
-
Michael Goderbauer authored
-
- 18 Jan, 2021 1 commit
-
-
Ben Konyi authored
Should fix https://github.com/flutter/flutter/issues/74051
-
- 17 Jan, 2021 3 commits
-
-
engine-flutter-autoroll authored
-
Zachary Anderson authored
-
engine-flutter-autoroll authored
-
- 16 Jan, 2021 11 commits
-
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
5cff81933 [google_sign_in, url_launcher] Document unendorsement of web. (flutter/plugins#3436) (#74097)
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jonas Finnemann Jensen authored
-
Jonah Williams authored
-
Kate Lovett authored
Add fixes for autovalidate deprecation in Form, FormField, TextFormField, and DropdownButtonFormField (#73996)
-
Jenn Magder authored
This reverts commit 99daddc2.
-
- 15 Jan, 2021 9 commits
-
-
Jenn Magder authored
-
xubaolin authored
-
Jonah Williams authored
-
Jenn Magder authored
-
Kate Lovett authored
-
xubaolin authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-