ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

Language from previous page will not change when i refresh locale in current page #201

Closed quocviet1996 closed 1 year ago

quocviet1996 commented 2 years ago

Hi!, Thanks for great package. Unfortunately I'm having a problem with this . For example i tested with route from page A->move to page B, then from B i've run refresh function to change lang, this B page automatically change lang perfectly, but when i go back to the A page, the lang doesn't change. Is there is a bug or it don't support change the lang for the whole app when changing from any page or it's just because i've something wrong with my code :)). Thanks very much

ilteoood commented 2 years ago

Hi, I think that this happens because nothing in your previous page trigger a re-render for the new translated strings.

I'll take a look at it

quocviet1996 commented 2 years ago

Hi, I think that this happens because nothing in your previous page trigger a re-render for the new translated strings.

I'll take a look at it

Wow, thanks for the quick reply, will try with you tomorrow :))

ilteoood commented 1 year ago

Closing as in stale