Вынес дублирующийся код в базовый класс

This commit is contained in:
kifio
2017-07-23 20:35:18 +04:00
parent 8cf5d4b028
commit 3f7dc05d9e
8 changed files with 595 additions and 186 deletions

View File

@@ -32,12 +32,14 @@ const Color textFieldBackground = const Color(0xffefefef);
const Color tokenActiveTextColor = const Color(0xff1f5a1f);
const Color tokenActivateTextColor = const Color(0xff4e3a19);
// Margins
const double verticalMargin = 28.0;
// HttpClient
final httpClient = createHttpClient();
/// Токен кассы. Инициализируется при регистрации.
String token;
String merchantID = "";
/// Точка входа в приложение.
void main() {