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

display only one day initially in DaysPageViewExample() #10

Closed AnuragVadd closed 5 years ago

AnuragVadd commented 5 years ago

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.

The-Redhat commented 5 years ago

Hey it would be nice if you can provide a screenshot of what you want.

AnuragVadd commented 5 years ago

expected 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.

AnuragVadd commented 5 years ago

I have implemented this by modifying the monthViewPage and converting the MonthPageView into DaysPageView