pinkfish / flutter_calendar

Calendar widget for flutter
BSD 2-Clause "Simplified" License
243 stars 40 forks source link

How to limit start month and end month? #9

Closed arvanus closed 5 years ago

arvanus commented 5 years ago

How can I limit the months, not to became an infinite scroll? For example, I want to allow the user to access just 12 months before and after a given date. Thanks!

Eimji commented 5 years ago

It would be great to have this option :)

Eimji commented 5 years ago

I'm working to add this option, will make a PR after :)

Eimji commented 5 years ago

Done :)

arvanus commented 5 years ago

Worked! Thanks!

@Eimji, have you already experienced a problem when you swipe the calendar, and sometimes it jumps back to the month you were at? (it was happening before your fix, don't worry ;) )