-
Notifications
You must be signed in to change notification settings - Fork 772
Description
I've been strugling with this library for the past 2 days trying to understand what's going on, but everything points to a bug while rendering all day events on the calendar. Below I provide the log error:
══╡ EXCEPTION CAUGHT BY FOUNDATION LIBRARY ╞═════════════════════
I/flutter (10298): The following StackOverflowError was thrown while dispatching
I/flutter (10298): notifications for ValueNotifier<List?>:
I/flutter (10298): Stack Overflow
I/flutter (10298):
I/flutter (10298): When the exception was thrown, this was the stack:
I/flutter (10298): #0 MonthAppointmentHelper._createAppointmentInfoForSpannedAppointment
package:syncfusion_flutter_calendar/…/appointment_engine/month_appointment_helper.dart:115
I/flutter (10298): #1 MonthAppointmentHelper._createAppointmentInfoForSpannedAppointment
package:syncfusion_flutter_calendar/…/appointment_engine/month_appointment_helper.dart:136
I/flutter (10298): #2 MonthAppointmentHelper._createAppointmentInfoForSpannedAppointment
package:syncfusion_flutter_calendar/…/appointment_engine/month_appointment_helper.dart:136
I/flutter (10298): #3 MonthAppointmentHelper._createAppointmentInfoForSpannedAppointment (package:syncfusion_flutter_calendar/src/calendar/appointment_engine/month_appoint
I"m using syncfusion_flutter_calendar: ^19.4.52 and my doctor is as below:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.10.1, on Microsoft Windows [versão 10.0.19043.1526], locale pt-BR)
[√] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[√] Android Studio (version 2020.3)
[√] VS Code (version 1.64.2)
[√] Connected device (1 available)
[√] HTTP Host Availability
• No issues found!