iamvivekkaushik / DatePickerTimelineFlutter

Flutter Date Picker Library that provides a calendar as a horizontal timeline
Apache License 2.0
286 stars 203 forks source link

Locale data has not been initialized #9

Closed istepler closed 5 years ago

istepler commented 5 years ago

Hi, thanks for very good library. But I have the issue. I am new in Flutter, so maybe doing smth wrong.

Implemented the last library version with locale, but get an error

════════ Exception caught by widgets library ═══════════════════════════════════════════════════════ The following LocaleDataException was thrown building DateWidget(dirty): Locale data has not been initialized, call initializeDateFormatting().

https://pasteboard.co/IzOhjdB.png

iamvivekkaushik commented 5 years ago

Hi @istepler, thanks for letting me know about the issue. You aren't doing anything wrong, I forgot to initialize the DateFormatting in the previous version. I have fixed the issue and will publish it now.

istepler commented 5 years ago

Thanks! Very quick work