Сделал экраны Проведения покупки

This commit is contained in:
Ivan Murashov
2017-07-24 12:44:17 +03:00
parent 8dcae4c256
commit 355c05cf06
3 changed files with 24 additions and 23 deletions

View File

@@ -31,6 +31,7 @@ const Color textBorderColor = const Color(0xffcfd8dc);
const Color textFieldBackground = const Color(0xffefefef);
const Color tokenActiveTextColor = const Color(0xff1f5a1f);
const Color tokenActivateTextColor = const Color(0xff4e3a19);
const Color greenBackground = const Color(0xff8ae28a);
// Margins
const double verticalMargin = 28.0;
@@ -70,7 +71,8 @@ startScanner(BuildContext context) async {
return result;
});
Navigator.of(context).pop();
await platform.invokeMethod('startScanner');
}