date_time_picker
date_time_picker copied to clipboard
Locale data has not been initialized
E/flutter (16941): [ERROR:flutter/lib/ui/ui_dart_state.cc(199)] Unhandled Exception: LocaleDataException: Locale data has not been initialized, call initializeDateFormatting(
no fix for this ????
This is a real issue
any updates?
any updates??
What I did to get around it was use locale: Localizations.localeOf(context),
on the DateTimePicker widget, and also call initializeDateFormatting();
in the initState of the widget that contains the DateTimePicker.