updated new flutter version
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
|
||||
class Constants {
|
||||
|
||||
static const bool DEBUG = false;
|
||||
static const bool ENABLE_NATIVE_PAY = false;
|
||||
|
||||
static const bool isPreview = false;
|
||||
@@ -20,10 +21,9 @@ class Constants {
|
||||
static const int FONT_WISETRONIC = 0xe812;
|
||||
static const int FONT_TOPTONS = 0xe813;
|
||||
|
||||
static const bool DEBUG = false;
|
||||
static const int BUSINESS_ID = 310; //310, 680, 357(notjust), 651(kiosk);
|
||||
static const String APP_TITLE = 'MiniPOS Ponit of Sale System';
|
||||
static const String BASE_API_URL = 'https://api.minipos.us/'; //'https://sandbox.minipos.us/', 'https://api.minipos.us/'
|
||||
static const String BASE_API_URL = DEBUG ? 'https://sandbox.minipos.us/' : 'https://api.minipos.us/'; //'https://sandbox.minipos.us/', 'https://api.minipos.us/'
|
||||
static const String TUTORIAL_URL = 'https://archive.wisetronic.com/wisetronic-products-documentation/';
|
||||
static const String API_SECRET = 'pei326sami1223HellowWorldabcdEd';
|
||||
static const KEY_USER_ID = 'user_id';
|
||||
|
||||
Reference in New Issue
Block a user