aissat / easy_localization

Easy and Fast internationalizing your Flutter Apps
https://pub.dev/packages/easy_localization
MIT License
881 stars 312 forks source link

web application not updated after change localization . #695

Open muhammadCodeSh opened 1 week ago

muhammadCodeSh commented 1 week ago

in flutter web i tried to change language . this is my code

   var local = Locale(data["langCode"], data["countryCode"]);
   Get.context?.setLocale(local);
   Get.updateLocale(local);

every thing is ok on mobile (android , ios) but on flutter web I have to reload current browser tab to see language changes