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

discontinued
outdated

A new flutter plugin project.

List Date Picker #

This package is based on this code showDatePicker. The showDatePicker return a DateTime, this package return a List<DateTime> so you can select multiple date.

Getting Started #

Show date picker which you can specify a list of date that allows users to choose.

List<DateTime> d = await showListDatePicker(
    context: context,
    initialDate: today,
    initialDate: DateTime.now(),
    firstDate: DateTime(DateTime.now().year - 1),
    lastDate: DateTime(DateTime.now().year + 1),
);

Authors #

3
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new flutter plugin project.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on list_date_picker