easy_localization
easy_localization copied to clipboard
Field '_deviceLocale@340168148' has not been initialized.
What we realized is that this error keeps on happening in some of the old android devices which takes a while for them to load the device language.
Hence the way how we were able to solve is by setting the _deviceLocale = Locale('en')
in the easy localization controller