easy_localization
easy_localization copied to clipboard
Got MaterialLocalization error when one more locale is added in flutter project
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
what I had done
create lang/guj-in.json add 'lang/guj-in.json in asset
@vora5678 add localizationsDelegates
like in https://github.com/aissat/easy_localization#%EF%B8%8F-configuration-app
@Overman775 this line already added
I have too this problem in chinese and vietnamese languages.
I am facing the same error on the dropdown for Language Kurdish ("ckb");
I have got the same issue to change Myanmar (mm)
Someone please post a minimal sample code so we can reproduce it