Skyost / FlutterWeekView

Displays a highly customizable week view (or day view) which is able to display events, to be scrolled, to be zoomed-in & out and a lot more !
https://pub.dev/packages/flutter_week_view
MIT License
208 stars 89 forks source link

Added inkwell effect to give user feedback #101

Closed rodrigosa7 closed 1 year ago

rodrigosa7 commented 1 year ago

Issue #88

To solve this issue I swapped the GestureDetector widget in the events for a InkWell. This way when there's a on tap function we can see that ripple effect to give the user some feedback!

Tell me what you think about it :)

Skyost commented 1 year ago

Thanks !