timeline_table 0.1.0
timeline_table: ^0.1.0 copied to clipboard
Reusable, virtualised Flutter timeline table widgets and models.
Changelog #
All notable changes to timeline_table will be documented in this file.
0.1.0 #
Initial standalone package release.
Added #
- Virtualised timeline table widget built on
two_dimensional_scrollables - Generic timeline models for config, data, rows, and events
- Typed controller with readiness, scrolling, and observable view state
- Builder-first customisation for headers and event cells
- Table-level event tap and long-press interactions
- Configurable lifecycle callbacks for event activation behavior
- Package-owned event cell helper widget and timeline styling primitives
- Package-level theming via
TimelineThemeData,TimelineTableStyle, and dedicated current-time / pinned-header styling - Example app, widget tests, and package documentation
