flutter/examples/api/lib
Ian Hickson ccdf826466
PaginatedDataTable improvements (#131374)
- slightly improved assert message when row cell counts don't match column count.
- more breadcrumbs in API documentation. more documentation in general.
- added more documentation for the direction of the "ascending" arrow.
- two samples for PaginatedDataTable.
- make PaginatedDataTable support hot reloading across changes to the number of columns.
- introduce matrix3MoreOrLessEquals. An earlier version of this PR used it in tests, but eventually it was not needed. The function seems useful to keep though.
2023-08-15 00:55:07 +00:00
..
animation/curves Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
cupertino Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
gestures Add an example for TapAndPanGestureRecognizer (#131873) 2023-08-09 19:59:03 +00:00
material PaginatedDataTable improvements (#131374) 2023-08-15 00:55:07 +00:00
painting Sample code for ImageProvider (#131952) 2023-08-09 22:58:26 +00:00
rendering An example of parentData usage. (#131818) 2023-08-10 19:40:06 +00:00
sample_templates Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
services Move examples to ListenableBuilder (#130671) 2023-07-17 21:06:15 +00:00
ui/text Rename Sample classes (#124080) 2023-04-04 20:34:29 +00:00
widgets GridView sample code (#131900) 2023-08-10 20:53:05 +00:00