Md Sadab Wasim
1 min readSep 14, 2018

--

I figured it out, this is caused by this line, from languageSelector.dart class

AppTranslations.of(context).text(“title_select_language”)(in the appBar title)

after removing this line it works flawlessly.

--

--

Responses (1)