component library
Shared widgets: paginated lists and TableContentWidget for use with
http_method @TableWidget code generation.
Classes
-
IPaginationController<
T> -
Contract used by
http_method-generated*Fetchlist methods. Keep this type stable; generatednetwork.gen.g.dartreferences it via the app library that imports this file. -
PaginatedView<
TParam, TItem> -
PaginationBar<
T> -
PaginationController<
T> -
TableContentWidget<
TItem> -
Pure UI: renders items as a DataTable. Pair with PaginatedView for
loading and with
http_method@TableWidgetcode generation for headers/cells.