easy_date_timeline 1.0.2 easy_date_timeline: ^1.0.2 copied to clipboard
The "easy_date_timeline" package is a customizable Flutter library that displays a timeline of dates in a horizontal view.
1.0.2 #
- fix bug with the last day of the current month. (thanks to @Mustafa7Ibrahim and @applegold)
1.0.1 #
- hide 12px gap when the showTimelineHeader is false in EasyInfiniteDateTimeLine widget.
1.0.0 #
- Add new widget:
EasyInfiniteDateTimeLine
, It allows you to define a range of dates withfirstDate
andlastDate
, specify the initial focus withfocusedDate
, and offers acontroller
for programmatic interactions. This widget is ideal for creating dynamic and interactive date-based interfaces in your Flutter app.
0.1.1 #
- Resolved an issue concerning months that do not have 30 days. (thanks to @RobertoFMBarreto)
0.1.0 #
- New Feature:
EasyDateTimeline
now includes support for disabled days. In addition, some variable names have been updated, and the old ones have been marked as deprecated
0.0.7 #
- add text style for the month picker.
0.0.6 #
- add highlight style for the current day (highlight today border or background color or none).
0.0.5 #
- add highlight color for the current day.
0.0.4 #
- add package screenshot.
0.0.3 #
- add landscape day view and two new day structures.
0.0.2 #
- update package images.
0.0.1 #
- Initial release.