flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

How to get click event, if no event is set?

Open CharanjeetRPOPS opened this issue 2 years ago • 2 comments

How can i get click event (with time) tapping on time area where i have no events scheduled at 3 am (attached below) ?

Screenshot_1646919190

CharanjeetRPOPS avatar Mar 10 '22 13:03 CharanjeetRPOPS

@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.

PRBaraiya avatar Mar 14 '22 03:03 PRBaraiya

Please have a look at PR #105

francescovgg avatar Sep 06 '22 09:09 francescovgg

Added in 1.0.1 PR #128

faiyaz-shaikh avatar Nov 25 '22 09:11 faiyaz-shaikh