table_calendar icon indicating copy to clipboard operation
table_calendar copied to clipboard

No callback or listener for swiper gestures (onVerticalSwipe or onHorizontalSwipe)

Open Bikuta-victor1 opened this issue 3 years ago • 1 comments

I need to be able to update external states of the app from the table calendar widget.

I tried using the onPanUpdate Method in the GestureDetector Class, but it wasn't able to detect any gestures.

Bikuta-victor1 avatar Jul 12 '22 18:07 Bikuta-victor1

Using availableGestures: AvailableGestures.none will disable the internal gestures. You can then add GestureDetector as a parent widget to catch gestures.

aleksanderwozniak avatar Oct 30 '22 15:10 aleksanderwozniak