flutter/examples/api/test/material/context_menu
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
..
context_menu_controller.0_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.0_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.1_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
editable_text_toolbar_builder.2_test.dart Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
selectable_region_toolbar_builder.0_test.dart SelectionContainer's listeners can remove itself during listener call… (#124624) 2023-04-17 23:19:11 +00:00