dooboolab-community / flutter_calendar_carousel

Calendar widget for flutter that is swipeable horizontally. This widget can help you build your own calendar widget highly customizable.
MIT License
839 stars 306 forks source link

default setting are useless #248

Closed sgehrman closed 3 years ago

sgehrman commented 3 years ago
    pageSnapping: true,
    customGridViewPhysics: const NeverScrollableScrollPhysics(),

should be default, otherwise it's broken and useless.

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 90 days with no activity. Leave a comment or this will be closed in 7 days.

WilliamCunhaCardoso commented 3 years ago

Can you please explain more about your behavior?