dev_v3.13.6_CS_V2
Haroon Amjad 1 year ago
parent 7b9bf68092
commit 2c721830e9

@ -1,4 +1,4 @@
storePassword=HmGsa123
keyPassword=HmGsa123
keyAlias=key
storeFile=DQKey.jks
keyAlias=hmg
storeFile=key

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

@ -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,

Loading…
Cancel
Save