Phil Quitslund
|
5bf6318688
|
Update collection-fors to prefer final (as per updated prefer_final_in_for_each ) (#127511)
The newly updated lint will soon flag for-each in collections.
See discussion: https://github.com/dart-lang/linter/pull/4383
/cc @goderbauer
|
2023-05-26 23:34:36 +00:00 |
|
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 |
|
Greg Spencer
|
e3bc8efd39
|
Rename Sample classes (#124080)
Rename Sample classes
|
2023-04-04 20:34:29 +00:00 |
|
Michael Goderbauer
|
fda9ecfef7
|
Remove 1745 decorative breaks (#123259)
Remove 1745 decorative breaks
|
2023-03-22 21:12:22 +00:00 |
|
Michael Goderbauer
|
b308555ed1
|
Enable dangling_library_doc_comments and library_annotations lints (#117365)
|
2022-12-20 16:03:21 -08:00 |
|
Greg Spencer
|
e617d003fb
|
Normalize examples (#111223)
|
2022-09-09 21:17:11 +00:00 |
|
Michael Goderbauer
|
2cbad4b3ae
|
Final chapter: migrate api doc samples to super-parameters (#104007)
|
2022-05-17 15:35:07 -07:00 |
|
Greg Spencer
|
5012c99df5
|
Add example for CustomMultiChildLayout (#96632)
This adds a simple example to CustomMultiChildLayout that lays out colored containers in a cascade.
|
2022-01-14 10:54:15 -08:00 |
|