Closed AnuragVadd closed 5 years ago
Hey it would be nice if you can provide a screenshot of what you want.
basically this but without the AlertDialog letting us choose how many days we want to display per page. this should be the first thing that the page should display.
I have implemented this by modifying the monthViewPage and converting the MonthPageView into DaysPageView
I essentially want the app to display only one day per page. I tried to mess around in the days_page_view_example.dart file but it doesnt seem to work; when i hard code the number of days to 1, the app just gets a white screen without an error. Could you please implement this option.