flutter/examples/api/test/widgets/basic
Taha Tesser 12659f2a7b
Fix MultiChildLayoutDelegate.hasChild doc (#126433)
fixes https://github.com/flutter/flutter/issues/115898

`hasChild` checks `_idToChild` map.  `_idToChild` is not assigned until `_callPerformLayout` is called.
So `hasChild` shouldn't be called in `getSize`.

df789c9e76/packages/flutter/lib/src/rendering/custom_layout.dart (L400-L404)

Updated docs and example class names.
2023-05-11 14:59:07 +00:00
..
absorb_pointer.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
aspect_ratio.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
aspect_ratio.1_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
aspect_ratio.2_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
clip_rrect.0_test.dart Add examples and troubleshooting comment for ClipRRect (#101907) 2022-04-18 10:24:08 -07:00
clip_rrect.1_test.dart Add examples and troubleshooting comment for ClipRRect (#101907) 2022-04-18 10:24:08 -07:00
custom_multi_child_layout.0_test.dart Fix MultiChildLayoutDelegate.hasChild doc (#126433) 2023-05-11 14:59:07 +00:00
expanded.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
expanded.1_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
fitted_box.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
flow.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
fractionally_sized_box.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
ignore_pointer.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
indexed_stack.0_test.dart Treat hidden IndexedStack children as offstage for test finder (#123129) 2023-03-29 19:58:58 +00:00
listener.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
mouse_region.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
mouse_region.on_exit.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
mouse_region.on_exit.1_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
offstage.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
overflowbox.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00
physical_shape.0_test.dart Add OverflowBox example and update existing examples under basic.dart (#121213) 2023-02-27 18:52:00 +00:00