hijri_date
hijri_date copied to clipboard
Null check operator used on a null value (Can't use package)
When I try to use package in my Flutter app, app crashes and shows message: Null check operator used on a null value
Just added HijriCalendar _today = HijriCalendar.now(); line into the app, and error appears.