diff --git a/lib/src/flutter_flow/flutter_flow_calendar.dart b/lib/src/flutter_flow/flutter_flow_calendar.dart index 95d6523..335a6b3 100644 --- a/lib/src/flutter_flow/flutter_flow_calendar.dart +++ b/lib/src/flutter_flow/flutter_flow_calendar.dart @@ -189,6 +189,9 @@ class _FlutterFlowCalendarState extends State { } } }, + onPageChanged: (newFocusedDay) { + setState(() => focusedDay = newFocusedDay); + }, ), ], );