zenled / calendar_views

Collection of customisable calendar related widgets for Flutter.
https://pub.dartlang.org/packages/calendar_views
MIT License
102 stars 49 forks source link

How to access the increment/decrement day function? #16

Closed AnuragVadd closed 4 years ago

AnuragVadd commented 5 years ago

I want to use an API for storing a bit of data and i want to display certain bits of data on specific days inside the DaysPageViewExample. For this i need access to the function which is incrementing and decrementing the days in the DaysPageViewExample. i have tried to go through the documentation but i was unable to find the exact function. Could you point out where the function is located in the Plugin files? Thanks in advance