diff --git a/key.properties b/key.properties index eec491b8..5f99fd60 100644 --- a/key.properties +++ b/key.properties @@ -1,4 +1,4 @@ storePassword=HmGsa123 keyPassword=HmGsa123 -keyAlias=key -storeFile=DQKey.jks \ No newline at end of file +keyAlias=hmg +storeFile=key \ No newline at end of file diff --git a/lib/config/config.dart b/lib/config/config.dart index 15ce7aff..2f151578 100644 --- a/lib/config/config.dart +++ b/lib/config/config.dart @@ -21,8 +21,8 @@ var PACKAGES_ORDERS = '/api/orders'; var PACKAGES_ORDER_HISTORY = '/api/orders/items'; var PACKAGES_TAMARA_OPT = '/api/orders/paymentoptions/tamara'; // var BASE_URL = 'http://10.50.100.198:2018/'; - var BASE_URL = 'https://uat.hmgwebservices.com/'; -// var BASE_URL = 'https://hmgwebservices.com/'; + // var BASE_URL = 'https://uat.hmgwebservices.com/'; +var BASE_URL = 'https://hmgwebservices.com/'; // var BASE_URL = 'https://orash.cloudsolutions.com.sa/'; // var BASE_URL = 'https://vidauat.cloudsolutions.com.sa/'; // var BASE_URL = 'https://vidamergeuat.cloudsolutions.com.sa/'; diff --git a/lib/vital_signs/components/barWidget.dart b/lib/vital_signs/components/barWidget.dart index d59e6b51..99e84e7d 100644 --- a/lib/vital_signs/components/barWidget.dart +++ b/lib/vital_signs/components/barWidget.dart @@ -386,7 +386,8 @@ class ItemResultCardWidgetWithParamsVitalSign extends StatelessWidget { // Progress Bar SizedBox( height: 55, - width: 220, + // width: 220, + width: MediaQuery.of(context).size.width * 0.66, child: CustomResultProgressBar( percentage: percentage, value: subTitle,