vtable 0.4.0 vtable: ^0.4.0 copied to clipboard
A Flutter table widget featuring virtualization, sorting, and custom cell rendering.
0.4.0 #
- Add a
showHeaders
parameter toVTable
. - Add a
showToolbar
parameter toVTable
. - Improve the display of the table in dark themes.
0.3.1 #
- Use the
Theme.dividerColor
color to separate rows.
0.3.0 #
- Make the row height configurable; add a
VTable.rowHeight
parameter.
0.2.0 #
- Add a
includeCopyToClipboardAction
flag. - Add dartdocs.
0.1.1 #
- Update markdown badges for the first publish.
0.1.0 #
- Initial release.