Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setLocale not awaiting for locale to be changed. #706

Open
hsynksahin opened this issue Aug 26, 2024 · 0 comments
Open

setLocale not awaiting for locale to be changed. #706

hsynksahin opened this issue Aug 26, 2024 · 0 comments

Comments

@hsynksahin
Copy link

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant