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

Method to get the current day displayed in the PageView #18

Closed AnuragVadd closed 4 years ago

AnuragVadd commented 4 years ago

For my application, i am using this PageView and i need to get the date which is displayed in the current page in the format of DateTime. Could someone suggest me a way of adding this value in DaysPageController class.