flutter/examples/api/test
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
..
cupertino Create CupertinoRadio Widget (#123296) 2023-03-30 15:43:36 +00:00
material SelectionContainer's listeners can remove itself during listener call… (#124624) 2023-04-17 23:19:11 +00:00
painting Fix docs and error messages for scroll directions + sample code (#123819) 2023-03-31 23:46:59 +00:00
rendering Fix docs and error messages for scroll directions + sample code (#123819) 2023-03-31 23:46:59 +00:00
reorderable_list ReorderableListView: fix broken dartpad example & update examples, add tests (#102723) 2022-04-28 10:19:08 -07:00
sample_templates Re-Land "Actually add example templates (#111531)" (#111666) 2022-09-15 16:17:06 +00:00
services Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
ui/text Enable unnecessary_import (#101600) 2022-04-08 12:56:45 -07:00
widgets Sliver Constrained Cross Axis (#124337) 2023-04-10 21:15:48 +00:00
flutter_test_config.dart Revert "Allow Flutter golden file tests to be flaky (#114450)" (#114902) 2022-11-08 09:26:55 -08:00
goldens_io.dart Revert "Allow Flutter golden file tests to be flaky (#114450)" (#114902) 2022-11-08 09:26:55 -08:00
goldens_web.dart Revert "Allow Flutter golden file tests to be flaky (#114450)" (#114902) 2022-11-08 09:26:55 -08:00