select_days_week 0.1.1 copy "select_days_week: ^0.1.1" to clipboard
select_days_week: ^0.1.1 copied to clipboard

A Widget to select days of the week, with the possibility of simple and multiple selection, filtering and validation

Select Days Week

A widget to select days of the week

Features: #

  • Single and multiple selection
  • Select non-selectable days
  • Validate selected day
  • Customizable selection color
  • Possibility to specify days of the week

Example Use #

SelectDaysWeekWidget(
    SelectDaysWeekController(
      unSelectableDays: [1, 5],
    ),
    daySelected: (int day) {
      print(day);
    },
);
5
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Widget to select days of the week, with the possibility of simple and multiple selection, filtering and validation

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, flutter_mobx, intl, mobx

More

Packages that depend on select_days_week