flutter_linear_calendar 2.0.2
flutter_linear_calendar: ^2.0.2 copied to clipboard
A reusable horizontal date selector widget for Flutter.
2.0.0 - 2025-06-17 #
Added #
initialSelectedDate: Lets you pre-select any date in the visible range.daysBeforeToday/daysAfterToday: Simplified API for dynamic date range generation.locale: Supports internationalized month and weekday formats.onLongPress: Callback when a date is long-pressed.dateBuilder: Custom builder for full visual control of date tiles.- Automatic scroll to
initialSelectedDateor today's date. - Haptic feedback on date selection for improved UX.
- Today’s date marker: a subtle dot shown under the current day.
- Right-to-left layout support via
Directionality.
Changed #
- Refactored internals for easier state handling and readability.
- Improved tap handling logic and restored selection animations.
- Improved theming defaults for better integration with dark/light themes.