position no problem render product
This commit is contained in:
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -1,6 +1,6 @@
|
|||||||
class APIConfig {
|
class APIConfig {
|
||||||
static String domain = 'http://localhost:8000/';
|
// static String domain = 'http://localhost:8000/';
|
||||||
//static String domain = 'https://dev.kulakpos.id/';
|
static String domain = 'https://dev.kulakpos.id/';
|
||||||
static String url = '${domain}api/v1';
|
static String url = '${domain}api/v1';
|
||||||
static String registerUrl = '/sign-up';
|
static String registerUrl = '/sign-up';
|
||||||
static String businessCategoriesUrl = '/business-categories';
|
static String businessCategoriesUrl = '/business-categories';
|
||||||
|
|||||||
@@ -52,8 +52,8 @@ const String onboard2 = 'images/onbord2.png';
|
|||||||
const String onboard3 = 'images/onbord3.png';
|
const String onboard3 = 'images/onbord3.png';
|
||||||
const String logo = 'images/logokulakpos.png';
|
const String logo = 'images/logokulakpos.png';
|
||||||
const String appsName = 'KULAKPOS';
|
const String appsName = 'KULAKPOS';
|
||||||
const String companyWebsite = 'http://localhost:8000/';
|
// const String companyWebsite = 'http://localhost:8000/';
|
||||||
// const String companyWebsite = 'https://dev.kulakpos.id/';
|
const String companyWebsite = 'https://dev.kulakpos.id/';
|
||||||
const String companyName = 'ONE TEKNOLOGI';
|
const String companyName = 'ONE TEKNOLOGI';
|
||||||
|
|
||||||
bool connected = false;
|
bool connected = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user