flutter_calendar_view
flutter_calendar_view copied to clipboard
Problem showing only 1 day in DayView
Before 1.0.0 (534f2b7) I could "hack" my way around this using:
DayView(
minDay: DateTime.now(),
maxDay: DateTime.now().add(const Duration(seconds: 1)),
...
)
This is no longer possible. Is there a correct way of only displaying one day using the DayView?
Could you fix this issue shortly? Updated my Code to the new Version of the package, but just needed to revert it. :( Anyways great package.
Fixed in 1.0.1 PR #99