- 24 Mar, 2023 1 commit
-
-
Mitchell Goodwin authored
Add adaptive Checkbox and CheckboxListTile
-
- 09 Feb, 2023 1 commit
-
-
Qun Cheng authored
* Add missing parameters to CheckboxListTile * Update test message and api doc * Reorder parameters --------- Co-authored-by:
Qun Cheng <quncheng@google.com>
-
- 29 Nov, 2022 1 commit
-
-
Mohammed CHAHBOUN authored
-
- 07 Oct, 2022 1 commit
-
-
Greg Spencer authored
-
- 17 Aug, 2022 1 commit
-
-
Bernardo Ferrari authored
-
- 02 Aug, 2022 1 commit
-
-
Taha Tesser authored
-
- 13 Jun, 2022 1 commit
-
-
Mahesh Jamdade authored
-
- 24 Jan, 2022 1 commit
-
-
Viren Khatri authored
-
- 21 Jan, 2022 1 commit
-
-
Michael Goderbauer authored
-
- 08 Nov, 2021 1 commit
-
-
Hans Muller authored
-
- 08 Sep, 2021 1 commit
-
-
Yash Johri authored
[CheckboxListTile, SwitchListTile, RadioListTile] Adds visualDensity, focusNode and enableFeedback (#89353) This PR adds visualDensity, focusNode and enableFeedback to: - CheckboxListTile - SwitchListTile - RadioListTile
-
- 28 Apr, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 01 Mar, 2021 1 commit
-
-
Hans Muller authored
-
- 27 Feb, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit f8cd24de in an attempt to re-land it. There are no changes in this PR from #74373, since it only failed Google internal tests, and we think that the solution involves updating those tests instead of changing this code.
-
- 16 Feb, 2021 1 commit
-
-
Greg Spencer authored
This reverts commit 422916d2 because it causes unexpected changes in the rendering of the background of a ListTile.
-
- 13 Feb, 2021 1 commit
-
-
Yash Johri authored
-
- 12 Feb, 2021 1 commit
-
-
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.
-
- 20 Jan, 2021 2 commits
-
-
Greg Spencer authored
This reverts commit 024c49da because it breaks Google internal tests.
-
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)
-
- 29 Oct, 2020 1 commit
-
-
Greg Spencer authored
This removes the nullOk parameter from Focus.of, FocusTraversalOrder.of and FocusTraversalGroup.of, and creates maybeOf equivalents for each. The of methods now return non-nullable values, and the maybeOf equivalents return nullable values.
-
- 23 Oct, 2020 1 commit
-
-
Yash Johri authored
-
- 15 Oct, 2020 1 commit
-
-
Pedro Massango authored
-
- 07 Oct, 2020 2 commits
-
-
Darren Austin authored
Migrate Material framework tests to null safety.
-
Ayush Bherwani authored
-
- 24 Aug, 2020 1 commit
-
-
xubaolin authored
* fix bug when tap ListTitle when tristate enable #63846 * fix bug when tap ListTitle when tristate enable #63846 * code style * improve the unit test case * bow to convention
-
- 11 Jun, 2020 2 commits
-
-
Alexandre Ardhuin authored
* add language version 2.8 in packages/flutter * enable non-nullable analyzer flag
-
Darren Austin authored
-
- 03 Jun, 2020 1 commit
-
-
William Oprandi authored
-
- 26 May, 2020 1 commit
-
-
Ayush Bherwani authored
-
- 07 Apr, 2020 1 commit
-
-
EricEnslen authored
Adds an "autofocus" param to ListTile and its Checkbox, Radio and Switch variants, and passes the given value through to the wrapped InkWell, Switch, etc. This is important for scenarios like a settings screen, where the first interactable element on a page may be a SwitchListTile, for example.
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 09 Aug, 2019 1 commit
-
-
Christian Mürtz authored
* Add checkColor to CheckboxListTile * Create second paint for drawing check and dash * Add activeColor test for Checkbox Co-Authored-By:
Shi-Hao Hong <shihaohong@google.com>
-