flutter_calendar_view icon indicating copy to clipboard operation
flutter_calendar_view copied to clipboard

Problem showing only 1 day in DayView

Open Awolize opened this issue 2 years ago • 1 comments

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?

Awolize avatar Aug 15 '22 10:08 Awolize

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.

maxluetkemeyer avatar Aug 16 '22 14:08 maxluetkemeyer

Fixed in 1.0.1 PR #99

faiyaz-shaikh avatar Nov 25 '22 09:11 faiyaz-shaikh