flow_ui_datatable 0.1.5
flow_ui_datatable: ^0.1.5 copied to clipboard
A beautiful, universal Flutter data table with spreadsheet-style hover UX, sorting, pagination, and selection.
0.1.4 #
- Update
README.mdpreview image source link.
0.1.3 #
- Add preview screenshot
flow_preview.pngtoREADME.md.
0.1.2 #
- Add header logo
flow_header.pngtoREADME.md. - Apply code formatting and clean up gitignored build files.
0.1.1 #
- Add
isPlainparameter toFlowCells.dropdownandFlowDropdownCellto support borderless dropdown styling.
0.1.0 #
- Initial release of
FlowDataTable— universal, beautifully styled data table - Generic column API with custom cell builders
- Built-in cells: text, avatar+subtitle, badges, icon+text, dot indicator
- Sorting, pagination, row selection, actions column, row index
- Dark/light theme support via
FlowTableTheme - Example app reproducing the original user-management table