Closed MarlonPra closed 6 months ago
onTap
parameter (of FlutterWeekViewEvent
) is the way.
onTap
parameter (ofFlutterWeekViewEvent
) is the way.
Could you give me an example of how to use it?
You can check my project Unicaen Timetable, on Github :
https://github.com/Skyost/UnicaenTimetable/blob/master/lib/widgets/flutter_week_view.dart#L43
You can check my project Unicaen Timetable, on Github :
https://github.com/Skyost/UnicaenTimetable/blob/master/lib/widgets/flutter_week_view.dart#L43
Thank you very much, I would like to know if you have discord or something similar, I am making a schedule for my University and I have some questions about the calendar, thank you very much 😁
Hello, I want to know what should I use to detect the click or tap to an event so that it can execute a window or something, thank you very much.