This commit is contained in:
2020-12-23 00:43:59 -05:00
parent 0fd880f57b
commit 86c845b49b
54 changed files with 3638 additions and 107 deletions

8
lib/constants.dart Normal file
View File

@@ -0,0 +1,8 @@
class Constants {
static const bool DEBUG = false;
static const BASE_API_URL = 'https://api.minipos.us/';
static const String API_SECRET = 'pei326sami1223HellowWorldabcdEd';
static const KEY_USER_ID = 'user_id';
static const KEY_ACCESS_TOKEN = 'access_token';
}