diff --git a/lib/app_state/app_state.dart b/lib/app_state/app_state.dart index 02cd0a3..acd41b0 100644 --- a/lib/app_state/app_state.dart +++ b/lib/app_state/app_state.dart @@ -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; diff --git a/lib/ui/app_update_screen.dart b/lib/ui/app_update_screen.dart index 7e4c7ec..b5cfc5b 100644 --- a/lib/ui/app_update_screen.dart +++ b/lib/ui/app_update_screen.dart @@ -53,7 +53,7 @@ class _UnsafeDeviceScreenState extends State { } if (Platform.isIOS) { var url = Uri.parse( - "https://apps.apple.com/app/id1468856602", + "https://apps.apple.com/app/id1480157255", ); launchUrl( url, diff --git a/lib/ui/landing/dashboard_screen.dart b/lib/ui/landing/dashboard_screen.dart index d688f4d..6f51805 100644 --- a/lib/ui/landing/dashboard_screen.dart +++ b/lib/ui/landing/dashboard_screen.dart @@ -167,9 +167,9 @@ class _DashboardScreenState extends State 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); diff --git a/pubspec.yaml b/pubspec.yaml index 8bb115e..a6603bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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"