DatePickerTimelineFlutter icon indicating copy to clipboard operation
DatePickerTimelineFlutter copied to clipboard

Flutter Date Picker Library that provides a calendar as a horizontal timeline

Results 46 DatePickerTimelineFlutter issues
Sort by recently updated
recently updated
newest added

Is it possible to implement that we can select the previous days by swiping right?

Now if someone wants to display dates in reverse order, it could be done just by adding one argument ```dart DatePicker( // rest of code reverseDays: true, ) ```

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

**Is your feature request related to a problem? Please describe.** I want to focus center when date clicked and focus initialSelectedDate when entered page.

If the parent widget rebuilds , the framework will update the [widget] property of this [State] object to refer to the new widget and then call this method with the...

Allow hiding date widgets if that date is deactivated by wrapping your DateWidget in a Visibility widget. Let the user pass a boolean to decide if hiding or not.

seems nothing happened since spring, and loads of PR's etc ? is the maintainer around ? is there more than one commiter ?

- Added .gitignore for the example iOS project - Added `const` keyword to improve performance - Improved null-safety handling - Switched to built-in date compare function

I am looking for the way to add two color circle contain to who that there is event. So that user will know that there are events in that date....

**Describe the bug** Animate to page not working, it just scroll to the given date **To Reproduce** Here is the code ``` class ScheduleScreen extends StatefulWidget { const ScheduleScreen({Key? key})...