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 *Fetch list methods. Keep this type stable; generated network.gen.g.dart references 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 @TableWidget code generation for headers/cells.