timeline_date_picker_plus 0.0.3
timeline_date_picker_plus: ^0.0.3 copied to clipboard
A Flutter package for a horizontal scrollable date picker with support for custom styling and dots on the days.
0.0.1 #
- Initial release of
dateline
. - Provides a scrollable date picker widget for Flutter.
- Supports date picking and date range picking.
- Smooth scrolling using
scrollable_positioned_list
. - Added customizable UI with
dotted_border
. - Compatible with Android and iOS platforms.
0.0.2 #
- Added
showMonthName
to show and hide Month TimeLine
0.0.3 #
- Fixed bug (No Extra Space below the Widget)
- Added one more example code