table_calendar
table_calendar copied to clipboard
No callback or listener for swiper gestures (onVerticalSwipe or onHorizontalSwipe)
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.
Using availableGestures: AvailableGestures.none will disable the internal gestures. You can then add GestureDetector as a parent widget to catch gestures.