step 7 : login, logout (bug disconnect), home screen top info user login

This commit is contained in:
sindhu
2024-01-25 14:17:50 +07:00
parent aa22053180
commit b772e74e17
16 changed files with 731 additions and 73 deletions

View File

@@ -7,6 +7,9 @@ class Constant {
// base url graphql
static String baseURLGraphQl = "http://devone.aplikasi.web.id:3300/query";
static String bearerName = "absensi-sas";
static String accountGoogle = "absensi-google-account";
static double designHeightPhone = 844;
static double designWidthPhone = 390;