FlutterWeekView icon indicating copy to clipboard operation
FlutterWeekView copied to clipboard

Add Ripple effect (using InkWell) to the events

Open dJani97 opened this issue 3 years ago • 0 comments

Describe the problem

When the user taps on an event, there is no visual feedback. I would suggest adding a ripple effect, as it's used on most clickable surfaces in Material Design.

A possible solution

Wrapping the event widgets with an InkWell instead of the currently used GestureDetector would probably solve this.

Here is the visual difference between the two: Visual Difference

dJani97 avatar Jan 05 '22 14:01 dJani97