horizontal_timeline 1.6.0
horizontal_timeline: ^1.6.0 copied to clipboard
Draws a 24-hour time scale with 15-minute increments, allowing you to select a time range.
1.0.0 #
- Initial
1.1.0 #
availableWindowchanged toavailableRanges- bump sdk version to 3.7.2
- update example.
1.2.0 #
- if the collection of
availableRangesis empty the timeline is completely filled
1.2.1 #
- Update documentation.
1.2.2 #
- Fixed incorrect calculation of time range
1.3.0 #
- Improved rendering
- Updated example
- Fixes bugs
- [WIP] Tests are written
1.4.0 #
- Fixed bugs related to selector positioning and scrolling
- Minor performance optimizations
- Added focusTimePosition property to set initial focus time
- Added focusTimeAlignment property to control focus alignment (default Alignment.center)
- Update examples
1.5.0 #
- Update SDK constraints
- Added the ability to move the selector horizontally
- Update doc
1.6.0 #
- Draw performance optimizations.
- Smooth scrolling when resizing the time selector in one direction.
- Added themes and styles for elements. See
TimelineThemeExtension,HatchThemeData,HatchStyle,SelectorDecoration. - Automatically scroll when resizing the time selector in one direction when touching the edge of the tape.