Камера не падает, проверка интернет соединения в условиях отсутствия интернета, буквенная клавиатура на вводе суммы

This commit is contained in:
Ivan Murashov
2017-07-28 16:39:37 +03:00
parent ddd9caeba1
commit e53ceb9ef0
11 changed files with 425 additions and 242 deletions

View File

@@ -11,6 +11,8 @@ abstract class BaseState<T> extends State<T> {
String error = null;
String textFieldValue = '';
TextEditingController controller = new TextEditingController();
@override Widget build(BuildContext context) {
return new Scaffold(appBar: getAppBar(context), body: getBody(context));
}