Chat Fixes

merge-requests/57/head
Sikander Saleem 3 years ago
parent 3cac5eebbc
commit 5ec6fbdf42

1
.gitignore vendored

@ -34,7 +34,6 @@ pubspec.lock
/build/ /build/
# Web related # Web related
lib/generated_plugin_registrant.dart
# Symbolication related # Symbolication related
app.*.symbols app.*.symbols

@ -49,8 +49,8 @@ class ChatProviderModel with ChangeNotifier, DiagnosticableTreeMixin {
"${ApiConsts.chatServerBaseApiUrl}user/externaluserlogin", "${ApiConsts.chatServerBaseApiUrl}user/externaluserlogin",
{ {
"employeeNumber": int.parse( "employeeNumber": int.parse(
//AppState().memberInformationList!.eMPLOYEENUMBER.toString(), AppState().memberInformationList!.eMPLOYEENUMBER.toString(),
"210919" //"210919"
), ),
"password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG" "password": "FxIu26rWIKoF8n6mpbOmAjDLphzFGmpG"
}, },

@ -1,7 +1,7 @@
class ApiConsts { class ApiConsts {
//static String baseUrl = "http://10.200.204.20:2801/"; // Local server //static String baseUrl = "http://10.200.204.20:2801/"; // Local server
static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server //static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server
//static String baseUrl = "https://hmgwebservices.com"; // Live server static String baseUrl = "https://hmgwebservices.com"; // Live server
static String baseUrlServices = baseUrl + "/Services/"; // server static String baseUrlServices = baseUrl + "/Services/"; // server
// static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server // static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server
static String utilitiesRest = baseUrlServices + "Utilities.svc/REST/"; static String utilitiesRest = baseUrlServices + "Utilities.svc/REST/";

Loading…
Cancel
Save