Skip to content

Latest commit

 

History

History
 
 

example

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 👨🏻‍💻