move apiURL, appToken to libs/consts.dart, refs #9990
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
// Serious constants
|
||||
const String url = 'http://pos-api-autoclub.dinect.com/20130701/';
|
||||
const String appToken = 'bdea0f3ba9034b688019a7cac753d1209e2b227f';
|
||||
const String appName = "Dinect";
|
||||
|
||||
const String url = 'https://pos-api-ote.dinect.com/20130701/';
|
||||
const String appToken = '9fec83cdca38c357e6b65dbb17514cdd36bf2a08';
|
||||
|
||||
// Texts
|
||||
const String merchantIDHint = 'ID магазина';
|
||||
@@ -35,4 +37,4 @@ const Color faqTitlesColor = const Color(0xff404040);
|
||||
const double verticalMargin = 28.0;
|
||||
const double buttonVerticalMargin = 42.0;
|
||||
const double buttonHeight = 48.0;
|
||||
const double iconHeight = 20.0;
|
||||
const double iconHeight = 20.0;
|
||||
|
||||
Reference in New Issue
Block a user