From 643f7d215ae16734752079c6f92e89b2553f45a3 Mon Sep 17 00:00:00 2001 From: SurendarSuri30 Date: Tue, 28 Oct 2025 11:27:32 +0530 Subject: [PATCH] env --- android/app/build.gradle | 4 +- ios/Runner/AppDelegate.swift | 13 ------- ios/Runner/Base.lproj/LaunchScreen.storyboard | 37 ------------------- ios/Runner/Runner-Bridging-Header.h | 1 - ios/Runner/Runner.entitlements | 8 ---- ios/RunnerTests/RunnerTests.swift | 12 ------ lib/pages/verify.dart | 4 +- pubspec.yaml | 4 +- 8 files changed, 5 insertions(+), 78 deletions(-) delete mode 100755 ios/Runner/AppDelegate.swift delete mode 100755 ios/Runner/Base.lproj/LaunchScreen.storyboard delete mode 100755 ios/Runner/Runner-Bridging-Header.h delete mode 100644 ios/Runner/Runner.entitlements delete mode 100755 ios/RunnerTests/RunnerTests.swift diff --git a/android/app/build.gradle b/android/app/build.gradle index 58ba877..fce4693 100755 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -19,12 +19,12 @@ if (project.hasProperty('google-services.json')) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '27' + flutterVersionCode = '31' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '1.0.27' + flutterVersionName = '1.0.31' } def keystoreProperties = new Properties() diff --git a/ios/Runner/AppDelegate.swift b/ios/Runner/AppDelegate.swift deleted file mode 100755 index b636303..0000000 --- a/ios/Runner/AppDelegate.swift +++ /dev/null @@ -1,13 +0,0 @@ -import UIKit -import Flutter - -@main -@objc class AppDelegate: FlutterAppDelegate { - override func application( - _ application: UIApplication, - didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? - ) -> Bool { - GeneratedPluginRegistrant.register(with: self) - return super.application(application, didFinishLaunchingWithOptions: launchOptions) - } -} diff --git a/ios/Runner/Base.lproj/LaunchScreen.storyboard b/ios/Runner/Base.lproj/LaunchScreen.storyboard deleted file mode 100755 index f2e259c..0000000 --- a/ios/Runner/Base.lproj/LaunchScreen.storyboard +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/ios/Runner/Runner-Bridging-Header.h b/ios/Runner/Runner-Bridging-Header.h deleted file mode 100755 index 308a2a5..0000000 --- a/ios/Runner/Runner-Bridging-Header.h +++ /dev/null @@ -1 +0,0 @@ -#import "GeneratedPluginRegistrant.h" diff --git a/ios/Runner/Runner.entitlements b/ios/Runner/Runner.entitlements deleted file mode 100644 index 903def2..0000000 --- a/ios/Runner/Runner.entitlements +++ /dev/null @@ -1,8 +0,0 @@ - - - - - aps-environment - development - - diff --git a/ios/RunnerTests/RunnerTests.swift b/ios/RunnerTests/RunnerTests.swift deleted file mode 100755 index 86a7c3b..0000000 --- a/ios/RunnerTests/RunnerTests.swift +++ /dev/null @@ -1,12 +0,0 @@ -import Flutter -import UIKit -import XCTest - -class RunnerTests: XCTestCase { - - func testExample() { - // If you add code to the Runner application, consider adding tests here. - // See https://developer.apple.com/documentation/xctest for more information about using XCTest. - } - -} diff --git a/lib/pages/verify.dart b/lib/pages/verify.dart index e042c5a..853c41c 100755 --- a/lib/pages/verify.dart +++ b/lib/pages/verify.dart @@ -685,9 +685,7 @@ class _MyVerifyState extends State { Future getClientLogoAndDetails() async { print('getClientLogoAndDetails'); - var url = Uri.parse(Environment.apiUrlEnrollment + - 'getClientDetails?client_id=${session.enrollmentClient_id}&emp_code=${session.enrollmentEmpCodeString}&client_branch_id=${ - session.enrollmentEmpClientBranchId}'); + var url = Uri.parse(Environment.apiUrlEnrollment + 'getClientDetails?post_client_id=${session.client_id}&post_branch_id=${session.empClientBranchId}&pre_client_id=${session.enrollmentClient_id}&pre_branch_id=${session.enrollmentEmpClientBranchId}'); try { var response = await http.get( url, diff --git a/pubspec.yaml b/pubspec.yaml index 17eaab6..dac23f5 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,8 +16,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -#version: 1.0.27+27 -version: 1.0.18+19 +version: 1.0.31+31 +#version: 1.0.20+21 environment: sdk: '>=3.3.3 <4.0.0'