I am using easy_localization 3.0.1
for use several language in my app.
main file have 4 pages to navigate and I am using bottom navigation bar to change body of this file.
In Profile page I should have change language of the app with button
onPressed:(){context.setLocale(Locale("tr", "TR"));}
but with this function the title's of the bottom navigation bar items are not changing.
When I use setState
they are changing but i need to make it without setState