DatePickerTimelineFlutter
DatePickerTimelineFlutter copied to clipboard
Flutter Date Picker Library that provides a calendar as a horizontal timeline
intl
please, update intl to ^0.19.0
**Is your feature request related to a problem? Please describe.** I have two date picker timelines, and when I select the first one I am rebuilding the widget to unselect...
My code: ``` SizedBox( height: 100, width: 500, child: Scrollbar( controller: _dateScrollController, child: DatePicker( DateTime(2023, 10, 20), initialSelectedDate: DateTime.now(), selectionColor: Colors.black, locale: 'vi-VN', selectedTextColor: Colors.white, onDateChange: (date) { // New...
Ability to make custom widget using the builder parameter Jump to initial date by default and the ability to disable it using jumpToInitialDate parameter Ability to show or hide month...
conflict when using latest intl: ^0.18.0 (https://pub.dev/packages/intl) please update it with latest verison
Currently, implementing holiday API in the Calendar Timeline Flutter has proven to be difficult. As a result, I propose the addition of a built-in holiday API integration to simplify the...
**Is your feature request related to a problem? Please describe.** A timeline should occupy the entire width of the screen since it is continuous. Placing the control without any margins...
**Describe the bug** When you are in light mode the color of the contents is black as opposed to its white background wich is great, however when you switch to...