easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Got MaterialLocalization error when one more locale is added in flutter project

Open vora5678 opened this issue 3 years ago • 6 comments

Currently I workings in Flutter with two locale en-us and hi-in. and used dependency is

dependencies:
  easy_localization: ^3.0.0

The project run successfully at this time, but whenever I added one more locale guj-in, suddenly got a MaterialLocalization error

here is my screenshot Screenshot_2021-09-12-12-23-18-93_00473fbe0a410fa520f43a13c90f14ad

what I had done

create lang/guj-in.json add 'lang/guj-in.json in asset

vora5678 avatar Sep 12 '21 07:09 vora5678

@vora5678 add localizationsDelegates like in https://github.com/aissat/easy_localization#%EF%B8%8F-configuration-app

Overman775 avatar Sep 13 '21 07:09 Overman775

@Overman775 this line already added

vora5678 avatar Sep 13 '21 14:09 vora5678

I have too this problem in chinese and vietnamese languages.

bugrevealingbme avatar Sep 26 '21 09:09 bugrevealingbme

I am facing the same error on the dropdown for Language Kurdish ("ckb");

wajid7511 avatar Jan 05 '22 20:01 wajid7511

I have got the same issue to change Myanmar (mm)

ayechan-maung avatar May 10 '22 10:05 ayechan-maung

Someone please post a minimal sample code so we can reproduce it

bw-flagship avatar May 14 '23 11:05 bw-flagship