scrollable_timeline 1.0.4
scrollable_timeline: ^1.0.4 copied to clipboard
A scrollable and draggable timeline that can be driven by an external time stream, for example, the current playing time of a YouTube video.
1.0.0 #
- initial release
1.0.1 #
- improved documentation, fixed source text formatting
1.0.2 #
- added
IScrollableTimelineDraggingStateandNonSharedDraggingStateto public API
1.0.3 #
IScrollableTimelineDraggingStatenow containsdraggingId. This allows support of new flag:enablePosUpdateWhileDragginginScrollableTimelinefor automatically scrolling multiple linked timelines when dragging.
1.0.4 #
- added new parameter
onVisibileTimeRangeUpdatedtoScrollableTimelineand made all callback parameters nullables.