horizontal_date_picker_flutter 0.0.1 copy "horizontal_date_picker_flutter: ^0.0.1" to clipboard
horizontal_date_picker_flutter: ^0.0.1 copied to clipboard

A Flutter package for displaying a horizontal date picker.

Description: #

A Flutter package for displaying a horizontal date picker, making it easy for users to select dates in a horizontal scrolling manner. This package is designed to enhance the user experience by providing an intuitive way to navigate and choose dates.

Features: #

Horizontal scrolling for easy date navigation. Customizable date format and styling. Support for selecting a single date.

Examples #

Quick Example #

HorizontalDatePicker(
 onDateTap: (p0) {},
 startDate: DateTime.now(),
 endDate: DateTime.now().add(Duration(days: 40)),
 dayTextStyle: TextStyle(
 color: Colors.white,
 fontSize: 20
 ),
)

Customization: #

Configure styling options such as font, color, and background. Set the initial selected date

Support: #

For support and inquiries, contact: shresthap608@gmail.com

8
likes
110
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for displaying a horizontal date picker.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on horizontal_date_picker_flutter