update to stores VersionID 10.0

update_flutter_3.16.0_sdk-upgrade
haroon amjad 4 days ago
parent 6aba9fd66b
commit cf32000bcb

@ -11,11 +11,9 @@ const DOCTOR_ROTATION = 'https://doctorrota.hmg.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'http://10.20.200.111:1010/';
const BASE_URL = 'https://uat.hmgwebservices.com/';
// const BASE_URL = 'https://uat.hmgwebservices.com/';
// const BASE_URL = 'https://hmgwebservices.com/';
const BASE_URL = 'https://uat.hmgwebservices.com/';
const BASE_URL = 'https://hmgwebservices.com/';
// const BASE_URL = 'https://webservices.hmg.com/';
//
@ -415,7 +413,7 @@ const TRANSACTION_NO = 0;
const LANGUAGE_ID = 2;
const STAMP = '2020-04-27T12:17:17.721Z';
const IP_ADDRESS = '9.9.9.9';
const VERSION_ID = 9.9;
const VERSION_ID = 10.1;
const CHANNEL = 9;
const SESSION_ID = 'BlUSkYymTt';
const IS_LOGIN_FOR_DOCTOR_APP = true;

@ -9,12 +9,17 @@ class NoData extends StatelessWidget {
@override
Widget build(BuildContext context) {
return Expanded(
child: SingleChildScrollView(
child: Container(
child: ErrorMessage(
error: TranslationBase.of(context).noDataAvailable)),
return Center(
child: Container(
child: ErrorMessage(error: TranslationBase.of(context).noDataAvailable),
),
);
// Expanded(
// child: SingleChildScrollView(
// child: Container(
// child: ErrorMessage(error: TranslationBase.of(context).noDataAvailable),
// ),
// ),
// );
}
}

Loading…
Cancel
Save