flutter/examples/api/test/material
chunhtai cc9ffd3f3b
SelectionContainer's listeners can remove itself during listener call… (#124624)
When swapping out delegate of  selectioncontainer, if the newly passed in delegate doesn't have any selectable content(which is usually the case), the selectioncontainerstate will notify all of the listeners. One of the listener would be SelectionRegistrant._updateSelectionRegistrarSubscription, and since it doesn't have content, it would remove itself from the listener which causes concurrent modification
2023-04-17 23:19:11 +00:00
..
action_buttons Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
action_chip Update Chips examples and rename files (#108538) 2022-07-29 07:17:06 +00:00
animated_icon Move AnimatedIcons example and fix typo in cupertino/text_selection_toolbar.dart (#113937) 2022-10-25 07:27:06 +00:00
appbar Fixing elevation issues with Material 3 (#110624) 2022-09-06 16:16:45 -07:00
bottom_navigation_bar Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
bottom_sheet Fix Material 3 BottomSheet example (#116112) 2022-11-30 02:08:21 +00:00
card Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
checkbox_list_tile Add Material 3 SwitchListTile example and update existing examples (#119714) 2023-02-06 09:02:37 +00:00
choice_chip Fix typos (#121171) 2023-02-23 19:43:21 +00:00
context_menu SelectionContainer's listeners can remove itself during listener call… (#124624) 2023-04-17 23:19:11 +00:00
date_picker Update date picker examples, remove unused variables and add missing tests (#121528) 2023-02-28 08:31:51 +00:00
dialog Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
divider Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
dropdown Treat hidden IndexedStack children as offstage for test finder (#123129) 2023-03-29 19:58:58 +00:00
expansion_tile Added ExpansionTileController (#123298) 2023-03-24 00:51:06 +00:00
filter_chip Update Chips examples and rename files (#108538) 2022-07-29 07:17:06 +00:00
floating_action_button Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
ink Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
input_chip Update Chips examples and rename files (#108538) 2022-07-29 07:17:06 +00:00
input_decorator Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
list_tile Fix typos (#121171) 2023-02-23 19:43:21 +00:00
menu_anchor Menu bar accelerators (#114852) 2022-11-29 00:27:20 +00:00
navigation_bar NavigationBar improvements (#116992) 2022-12-13 17:25:49 -08:00
navigation_rail Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
page_transitions_theme Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
popup_menu Add Material 3 Popup Menu example and update existing example (#114228) 2022-11-01 22:10:45 +00:00
progress_indicator Add Material 3 ProgressIndicator examples (#113950) 2022-10-25 07:27:08 +00:00
radio_list_tile Add Material 3 RadioListTile example and update existing examples (#119716) 2023-02-03 16:27:43 +00:00
refresh_indicator Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
scaffold Reland: "Add example and troubleshooting comment for showSnackBar" (#105195) 2022-08-09 22:06:05 +00:00
slider Add Material 3 Slider example (#115638) 2022-12-01 00:00:19 +00:00
switch Update date picker examples, remove unused variables and add missing tests (#121528) 2023-02-28 08:31:51 +00:00
switch_list_tile Add Material 3 SwitchListTile example and update existing examples (#119714) 2023-02-06 09:02:37 +00:00
tabs Add support for secondary tab bar (#122756) 2023-03-23 22:49:59 +00:00
text_button Reland Added MaterialStatesController, updated InkWell et al. #103167 (#105656) 2022-06-10 08:12:49 -07:00
text_field Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
time_picker Convert TimePicker to Material 3 (#116396) 2022-12-14 00:09:52 +00:00
toggle_buttons Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
tooltip Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00