hijri_picker 0.0.35 copy "hijri_picker: ^0.0.35" to clipboard
hijri_picker: ^0.0.35 copied to clipboard

outdated

Hijri calender to pick umm alqura dates support max & min dates.

Hijri Date Picker #

Hijri calender to pick umm alqura dates support max & min dates

Simple Usage #

 final ummAlquraCalendar picked = await showHijriDatePicker(
       context: context,
       initialDate: selectedDate,
       lastDate: new ummAlquraCalendar()
         ..hYear = 1442
         ..hMonth = 9
         ..hDay = 25,
       firstDate: new ummAlquraCalendar()
         ..hYear = 1438
         ..hMonth = 12
         ..hDay = 25,
       initialDatePickerMode: DatePickerMode.day,
     );

About #

screenshots #

by #

Ahmed Aljoaid 👨🏻‍💻

64
likes
40
pub points
86%
popularity

Publisher

unverified uploader

Hijri calender to pick umm alqura dates support max & min dates.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, hijri

More

Packages that depend on hijri_picker