improvements.

merge-requests/17/head
Sikander Saleem 3 years ago
parent 5c5da60b12
commit 91abaa8475

@ -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/";

@ -423,6 +423,8 @@ class CodegenLoader extends AssetLoader{
"rateUI": ".1 كيف تريد تقييم التطبيق", "rateUI": ".1 كيف تريد تقييم التطبيق",
"submitSurvey": "ارسال الاستبيان", "submitSurvey": "ارسال الاستبيان",
"typeHere": "اكتب هنا", "typeHere": "اكتب هنا",
"info_detail": "تفاصيل المعلومات",
"amount_detail": "تفاصيل المبلغ",
"currentBalance": "الرصيد الحالي", "currentBalance": "الرصيد الحالي",
"currentLeaveBalance": "رصيد الاجازات الحالي", "currentLeaveBalance": "رصيد الاجازات الحالي",
"calculatedDays": "الايام المحسوبه", "calculatedDays": "الايام المحسوبه",
@ -876,6 +878,8 @@ static const Map<String,dynamic> en_US = {
"rateUI": "1. How would you rate this UI?", "rateUI": "1. How would you rate this UI?",
"submitSurvey": "Submit Survey", "submitSurvey": "Submit Survey",
"typeHere": "Type here", "typeHere": "Type here",
"info_detail": "Info Detail",
"amount_detail": "Amount Detail",
"currentBalance": "Current Balance", "currentBalance": "Current Balance",
"currentLeaveBalance": "Current Leave Balance", "currentLeaveBalance": "Current Leave Balance",
"calculatedDays": "Calculated Days", "calculatedDays": "Calculated Days",

@ -438,5 +438,4 @@ abstract class LocaleKeys {
static const gender_with_arg = 'gender.with_arg'; static const gender_with_arg = 'gender.with_arg';
static const gender = 'gender'; static const gender = 'gender';
static const reset_locale = 'reset_locale'; static const reset_locale = 'reset_locale';
} }

Loading…
Cancel
Save