flutter_linear_calendar 1.0.1
flutter_linear_calendar: ^1.0.1 copied to clipboard
A reusable horizontal date selector widget for Flutter.
0.0.1 - 2025-05-24 #
Added #
- Initial release of the
LinearCalendarwidget package. - Customizable horizontal scrolling date picker.
- Supports:
- Custom start and end dates.
- Scroll to today's date on load.
- Date selection callback.
- Optional customization of selected/unselected/foreground colors.
- External
ScrollControllersupport.
0.0.2 - 2025-05-24 #
Fixed #
- Updated
README.mdto include correct usage example. - Fixed minor formatting issues in the documentation.