ahmedoid / hijri_picker

Flutter Widget to Pick Hijri Calendar Dates
BSD 2-Clause "Simplified" License
27 stars 23 forks source link

Added custom builders for days and weekdays in HijriMonthPicker() #8

Closed HasanAlyazidi closed 3 years ago

HasanAlyazidi commented 3 years ago

Salam

This PR is for customizing the days and weekdays of the calendar picker HijriMonthPicker()

One can add event indicators for example

Screenshots

image

image

Usage

      HijriMonthPicker(
        builders: HijriCalendarBuilders(
          dayBuilder: (BuildContext context, HijriCalendar date, bool isSelected) { ... },
          weekdayBuilder: (BuildContext context, String text) { ... },
        ),
      )

Thank you

HasanAlyazidi commented 3 years ago

Thanks for merging the PR, please publish the updates to https://pub.dev/packages/hijri_picker