Update to stores

mohemm_HMG_flutter_upgrade
haroon amjad 2 years ago
parent 2ea045cc81
commit 5e18b98a20

@ -90,7 +90,7 @@ class AppState {
String get getHuaweiPushToken => _huaweiPushToken;
final PostParamsModel _postParamsInitConfig = PostParamsModel(channel: 33, versionID: 5.8, mobileType: Platform.isAndroid ? "android" : "ios");
final PostParamsModel _postParamsInitConfig = PostParamsModel(channel: 33, versionID: 5.7, mobileType: Platform.isAndroid ? "android" : "ios");
void setPostParamsInitConfig() {
isAuthenticated = false;

@ -53,7 +53,7 @@ class _UnsafeDeviceScreenState extends State<AppUpdateScreen> {
}
if (Platform.isIOS) {
var url = Uri.parse(
"https://apps.apple.com/app/id1468856602",
"https://apps.apple.com/app/id1480157255",
);
launchUrl(
url,

@ -167,9 +167,9 @@ class _DashboardScreenState extends State<DashboardScreen> with WidgetsBindingOb
if (ermIndex == list.length) {
return;
}
Utils.showLoading(context);
// Utils.showLoading(context);
ItgMainRes? response = await DashboardApiClient().getAdvertisementDetail(list[ermIndex].notificationMasterId ?? "");
Utils.hideLoading(context);
// Utils.hideLoading(context);
if (response!.mohemmItgResponseItem!.result!.data != null) {
if (list[ermIndex].notificationType == "Survey") {
await Navigator.pushNamed(context, AppRoutes.survey, arguments: response.mohemmItgResponseItem!.result!.data!.first);

@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 4.3.6+4000018
version: 4.3.7+4000019
environment:
sdk: ">=2.16.0 <3.0.0"

Loading…
Cancel
Save