You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed that my app waits for a while to change the locale. It is very normal since it should take some time.
But there was a loading indicator for that and it didnt even shown yet application changed locale after a while.
My notice is awaiting context.setlocale will not await the Future. Using EasyLocalization.of(context).setLocale also does not wait for it.
How can we wait until the application reloaded with new locale ?
The text was updated successfully, but these errors were encountered:
I've noticed that my app waits for a while to change the locale. It is very normal since it should take some time.
But there was a loading indicator for that and it didnt even shown yet application changed locale after a while.
My notice is awaiting
context.setlocale
will not await the Future. UsingEasyLocalization.of(context).setLocale
also does not wait for it.How can we wait until the application reloaded with new locale ?
The text was updated successfully, but these errors were encountered: