flutter_calendar_view
flutter_calendar_view copied to clipboard
How to get click event, if no event is set?
How can i get click event (with time) tapping on time area where i have no events scheduled at 3 am (attached below) ?
@CharanjeetRPOPS You can get long press event on that area by providing, onDateLongPress
argument in DateView
As of now calendar view does not supports single click event outside of event tile.
Please have a look at PR #105
Added in 1.0.1 PR #128