From 91abaa8475fed5eb3d247f98d783a8eadaa929f3 Mon Sep 17 00:00:00 2001 From: Sikander Saleem Date: Thu, 13 Oct 2022 16:53:44 +0300 Subject: [PATCH] improvements. --- lib/classes/consts.dart | 4 ++-- lib/generated/codegen_loader.g.dart | 4 ++++ lib/generated/locale_keys.g.dart | 7 +++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/lib/classes/consts.dart b/lib/classes/consts.dart index 17bd143..12f818e 100644 --- a/lib/classes/consts.dart +++ b/lib/classes/consts.dart @@ -1,7 +1,7 @@ class ApiConsts { //static String baseUrl = "http://10.200.204.20:2801/"; // Local server - // static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server - static String baseUrl = "https://hmgwebservices.com"; // Live server + static String baseUrl = "https://uat.hmgwebservices.com"; // UAT server + // static String baseUrl = "https://hmgwebservices.com"; // Live server static String baseUrlServices = baseUrl + "/Services/"; // server // static String baseUrlServices = "https://api.cssynapses.com/tangheem/"; // Live server static String utilitiesRest = baseUrlServices + "Utilities.svc/REST/"; diff --git a/lib/generated/codegen_loader.g.dart b/lib/generated/codegen_loader.g.dart index b35e780..99dbe34 100644 --- a/lib/generated/codegen_loader.g.dart +++ b/lib/generated/codegen_loader.g.dart @@ -423,6 +423,8 @@ class CodegenLoader extends AssetLoader{ "rateUI": ".1 كيف تريد تقييم التطبيق", "submitSurvey": "ارسال الاستبيان", "typeHere": "اكتب هنا", + "info_detail": "تفاصيل المعلومات", + "amount_detail": "تفاصيل المبلغ", "currentBalance": "الرصيد الحالي", "currentLeaveBalance": "رصيد الاجازات الحالي", "calculatedDays": "الايام المحسوبه", @@ -876,6 +878,8 @@ static const Map en_US = { "rateUI": "1. How would you rate this UI?", "submitSurvey": "Submit Survey", "typeHere": "Type here", + "info_detail": "Info Detail", + "amount_detail": "Amount Detail", "currentBalance": "Current Balance", "currentLeaveBalance": "Current Leave Balance", "calculatedDays": "Calculated Days", diff --git a/lib/generated/locale_keys.g.dart b/lib/generated/locale_keys.g.dart index 88d0468..a236325 100644 --- a/lib/generated/locale_keys.g.dart +++ b/lib/generated/locale_keys.g.dart @@ -1,6 +1,6 @@ // DO NOT EDIT. This is code generated via package:easy_localization/generate.dart -abstract class LocaleKeys { +abstract class LocaleKeys { static const mohemm = 'mohemm'; static const english = 'english'; static const arabic = 'arabic'; @@ -250,7 +250,7 @@ abstract class LocaleKeys { static const Payroll = 'Payroll'; static const civilIdentityNumber = 'civilIdentityNumber'; static const dateOfBirth = 'dateOfBirth'; - static const maritalStatus = 'maritalStatus '; + static const maritalStatus = 'maritalStatus '; static const fullName = 'fullName'; static const remove = 'remove'; static const submit = 'submit'; @@ -280,7 +280,7 @@ abstract class LocaleKeys { static const enterNewInfo = 'enterNewInfo'; static const endDate = 'endDate'; static const removeThisMember = 'removeThisMember'; - static const wantUpdateThisMember = 'wantUpdateThisMember '; + static const wantUpdateThisMember = 'wantUpdateThisMember '; static const addNewFamilyMember = 'addNewFamilyMember'; static const addRow = 'addRow'; static const pleaseSelect = 'pleaseSelect'; @@ -438,5 +438,4 @@ abstract class LocaleKeys { static const gender_with_arg = 'gender.with_arg'; static const gender = 'gender'; static const reset_locale = 'reset_locale'; - }