SimformSolutionsPvtLtd / flutter_calendar_view

A Flutter package allows you to easily implement all calendar UI and calendar event functionality. 👌🔝🎉
https://pub.dev/packages/calendar_view
MIT License
435 stars 259 forks source link

The events not appear ? #394

Closed mthinh closed 3 months ago

mthinh commented 3 months ago

What ? I tried to initially add the events but they didnt appear? Scaffold( body: CalendarControllerProvider( controller: EventController()..addAll(_events), child: const SubEventsListingHourlyView(), ), ) Do I have to wrap the CalendarControllerProvider to root of MaterialApp?