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?
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?