Локаль можно задать на этапе сборки

This commit is contained in:
Ivan Murashov
2017-09-06 14:01:12 +03:00
parent 3bd9eb4d91
commit 60090ea437
25 changed files with 226 additions and 385 deletions

View File

@@ -51,7 +51,7 @@ class FAQScreenState<T> extends BaseState<FAQScreen> {
return "FAQ";
}
@override getMenuButtons(BuildContext context) {
@override getMenuButtons() {
return <Widget>[getLogoutButton()];
}