AymanYassinn / HijriDatePicker

Hijri Date Picker In Flutter
MIT License
1 stars 4 forks source link

Looks like `JHijri` model is not exposed to use #3

Open momin96 opened 5 months ago

momin96 commented 5 months ago

Hey, I m trying to use this package in my flutter app, but I am facing a compilation error saying The method 'JHijri' isn't defined for the type 'SignUpView'. Which means JHijri object is not exposed for outside world to use.

I have followed your example given on pub.dev home page with some modification.

Screenshot 2024-03-30 at 12 57 40 PM

Can you please let me know correct way to use JHijri model object.

Thanks.