diff --git a/ios/Flutter/AppFrameworkInfo.plist b/ios/Flutter/AppFrameworkInfo.plist
index 7c56964..1dc6cf7 100644
--- a/ios/Flutter/AppFrameworkInfo.plist
+++ b/ios/Flutter/AppFrameworkInfo.plist
@@ -21,6 +21,6 @@
CFBundleVersion
1.0
MinimumOSVersion
- 12.0
+ 13.0
diff --git a/ios/Podfile.lock b/ios/Podfile.lock
index 2f725f2..f0653eb 100644
--- a/ios/Podfile.lock
+++ b/ios/Podfile.lock
@@ -1,14 +1,23 @@
PODS:
+ - Analytics (4.1.0)
+ - AppAuth (2.0.0):
+ - AppAuth/Core (= 2.0.0)
+ - AppAuth/ExternalUserAgent (= 2.0.0)
+ - AppAuth/Core (2.0.0)
+ - AppAuth/ExternalUserAgent (2.0.0):
+ - AppAuth/Core
- complycube (0.2.3):
- ComplyCubeMobileSDK
- Flutter
- - ComplyCubeMobileSDK (2.0.2):
- - FingerprintPro (= 2.11.0)
+ - ComplyCubeMobileSDK (2.0.7):
+ - Analytics (= 4.1)
+ - AppAuth (= 2.0.0)
+ - FingerprintPro (= 2.12.0)
- GooglePlaces (= 7.4.0)
- JWTDecode (= 2.6.3)
- lottie-ios (= 4.5.1)
- Sentry (= 8.49.0)
- - FingerprintPro (2.11.0)
+ - FingerprintPro (2.12.0)
- Flutter (1.0.0)
- GooglePlaces (7.4.0)
- JWTDecode (2.6.3)
@@ -23,6 +32,8 @@ DEPENDENCIES:
SPEC REPOS:
trunk:
+ - Analytics
+ - AppAuth
- ComplyCubeMobileSDK
- FingerprintPro
- GooglePlaces
@@ -37,10 +48,12 @@ EXTERNAL SOURCES:
:path: Flutter
SPEC CHECKSUMS:
- complycube: 45e9a0f9de45d7e4b298899df00034e4cc5b6f3b
- ComplyCubeMobileSDK: 0f263cd90b63f2ffc8a683258aa787cfc4a29671
- FingerprintPro: 2fbd0cda75fbab32055f7cb38bc5fc9d17168979
- Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
+ Analytics: 21202e6dee8b74c73944084d2f876ce5cfd65e07
+ AppAuth: 1c1a8afa7e12f2ec3a294d9882dfa5ab7d3cb063
+ complycube: 37f1b1ce7f86f039f54022b50dec11b8f749ff8a
+ ComplyCubeMobileSDK: fab2c953cf6cfe4554da5573378a7f9addd8efdd
+ FingerprintPro: 035517a1b4e3e4fc073486b53b9956509010f8db
+ Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
GooglePlaces: 544e908d94860bf6f8fc1865b80d2c7eb6b5f937
JWTDecode: 33e5e26e5ddbd21b2065820894c08fef0cad9509
lottie-ios: 248b380fa1b97d18e792c37d90da7ab2aa0d6562
diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj
index 5b1ed0b..fa27bd2 100644
--- a/ios/Runner.xcodeproj/project.pbxproj
+++ b/ios/Runner.xcodeproj/project.pbxproj
@@ -7,16 +7,16 @@
objects = {
/* Begin PBXBuildFile section */
- 0E530FE07247B47EFC9EB55C /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CC0FE16BBE74B78F429138A3 /* Pods_Runner.framework */; };
1498D2341E8E89220040F4C2 /* GeneratedPluginRegistrant.m in Sources */ = {isa = PBXBuildFile; fileRef = 1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */; };
331C808B294A63AB00263BE5 /* RunnerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 331C807B294A618700263BE5 /* RunnerTests.swift */; };
3B3967161E833CAA004F5970 /* AppFrameworkInfo.plist in Resources */ = {isa = PBXBuildFile; fileRef = 3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */; };
74858FAF1ED2DC5600515810 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74858FAE1ED2DC5600515810 /* AppDelegate.swift */; };
+ 76A99DBB4943EF7A65B07EAF /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CAEE38CF3542EEDA64E7B70C /* Pods_RunnerTests.framework */; };
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */ = {isa = PBXBuildFile; productRef = 78A3181F2AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage */; };
97C146FC1CF9000F007C117D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FA1CF9000F007C117D /* Main.storyboard */; };
97C146FE1CF9000F007C117D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FD1CF9000F007C117D /* Assets.xcassets */; };
97C147011CF9000F007C117D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 97C146FF1CF9000F007C117D /* LaunchScreen.storyboard */; };
- 9E7CC488C0E672E7481B7D41 /* Pods_RunnerTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 49036D8BB2B2F089E84E94B2 /* Pods_RunnerTests.framework */; };
+ D00C89F267B778B901655D19 /* Pods_Runner.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 81D8B19C927ACF054A9D2432 /* Pods_Runner.framework */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
@@ -43,20 +43,20 @@
/* End PBXCopyFilesBuildPhase section */
/* Begin PBXFileReference section */
- 1277E1670DD6A32A9368EA9A /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; };
+ 127D468FE552BE20B12EE49D /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = ""; };
1498D2321E8E86230040F4C2 /* GeneratedPluginRegistrant.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GeneratedPluginRegistrant.h; sourceTree = ""; };
1498D2331E8E89220040F4C2 /* GeneratedPluginRegistrant.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GeneratedPluginRegistrant.m; sourceTree = ""; };
331C807B294A618700263BE5 /* RunnerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RunnerTests.swift; sourceTree = ""; };
331C8081294A63A400263BE5 /* RunnerTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = RunnerTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = AppFrameworkInfo.plist; path = Flutter/AppFrameworkInfo.plist; sourceTree = ""; };
- 3B9B54029446107447DC2A6B /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; };
- 49036D8BB2B2F089E84E94B2 /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
- 5447CF35F888FE3CF687E54A /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = ""; };
- 5A42AC745E864D242BDE3BD2 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; };
+ 3C1D016DBA898786CC138272 /* Pods-RunnerTests.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.profile.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.profile.xcconfig"; sourceTree = ""; };
+ 613A045DDB6ACD3F4009C19B /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = ""; };
74858FAD1ED2DC5600515810 /* Runner-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Runner-Bridging-Header.h"; sourceTree = ""; };
74858FAE1ED2DC5600515810 /* AppDelegate.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; };
- 77F0DCB0C3398DF9295A575C /* Pods-RunnerTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.debug.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.debug.xcconfig"; sourceTree = ""; };
+ 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = FlutterGeneratedPluginSwiftPackage; path = Flutter/ephemeral/Packages/FlutterGeneratedPluginSwiftPackage; sourceTree = ""; };
7AFA3C8E1D35360C0083082E /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = Release.xcconfig; path = Flutter/Release.xcconfig; sourceTree = ""; };
+ 81D8B19C927ACF054A9D2432 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ 8ADE75DA740BD135009BC129 /* Pods-Runner.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.release.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"; sourceTree = ""; };
9740EEB21CF90195004384FC /* Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Debug.xcconfig; path = Flutter/Debug.xcconfig; sourceTree = ""; };
9740EEB31CF90195004384FC /* Generated.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; name = Generated.xcconfig; path = Flutter/Generated.xcconfig; sourceTree = ""; };
97C146EE1CF9000F007C117D /* Runner.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Runner.app; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -64,8 +64,9 @@
97C146FD1CF9000F007C117D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; };
97C147001CF9000F007C117D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; };
97C147021CF9000F007C117D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; };
- A0C912B8BF66F0784C1816CE /* Pods-RunnerTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RunnerTests.release.xcconfig"; path = "Target Support Files/Pods-RunnerTests/Pods-RunnerTests.release.xcconfig"; sourceTree = ""; };
- CC0FE16BBE74B78F429138A3 /* Pods_Runner.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_Runner.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ A228F35CB94DA526FA5DC488 /* Pods-Runner.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.debug.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig"; sourceTree = ""; };
+ CAEE38CF3542EEDA64E7B70C /* Pods_RunnerTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_RunnerTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
+ FD9BE5AC1190FA6C56D2266D /* Pods-Runner.profile.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Runner.profile.xcconfig"; path = "Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig"; sourceTree = ""; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
@@ -74,7 +75,7 @@
buildActionMask = 2147483647;
files = (
78A318202AECB46A00862997 /* FlutterGeneratedPluginSwiftPackage in Frameworks */,
- 0E530FE07247B47EFC9EB55C /* Pods_Runner.framework in Frameworks */,
+ D00C89F267B778B901655D19 /* Pods_Runner.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -82,7 +83,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
- 9E7CC488C0E672E7481B7D41 /* Pods_RunnerTests.framework in Frameworks */,
+ 76A99DBB4943EF7A65B07EAF /* Pods_RunnerTests.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -100,6 +101,7 @@
9740EEB11CF90186004384FC /* Flutter */ = {
isa = PBXGroup;
children = (
+ 78E0A7A72DC9AD7400C4905E /* FlutterGeneratedPluginSwiftPackage */,
3B3967151E833CAA004F5970 /* AppFrameworkInfo.plist */,
9740EEB21CF90195004384FC /* Debug.xcconfig */,
7AFA3C8E1D35360C0083082E /* Release.xcconfig */,
@@ -116,7 +118,7 @@
97C146EF1CF9000F007C117D /* Products */,
331C8082294A63A400263BE5 /* RunnerTests */,
A76F6289E94C17A57E52F2DB /* Pods */,
- C8870449DD307362950A2932 /* Frameworks */,
+ C8617C169AE8C1D92B98C7A8 /* Frameworks */,
);
sourceTree = "";
};
@@ -147,21 +149,21 @@
A76F6289E94C17A57E52F2DB /* Pods */ = {
isa = PBXGroup;
children = (
- 1277E1670DD6A32A9368EA9A /* Pods-Runner.debug.xcconfig */,
- 5A42AC745E864D242BDE3BD2 /* Pods-Runner.release.xcconfig */,
- 3B9B54029446107447DC2A6B /* Pods-Runner.profile.xcconfig */,
- 77F0DCB0C3398DF9295A575C /* Pods-RunnerTests.debug.xcconfig */,
- A0C912B8BF66F0784C1816CE /* Pods-RunnerTests.release.xcconfig */,
- 5447CF35F888FE3CF687E54A /* Pods-RunnerTests.profile.xcconfig */,
+ A228F35CB94DA526FA5DC488 /* Pods-Runner.debug.xcconfig */,
+ 8ADE75DA740BD135009BC129 /* Pods-Runner.release.xcconfig */,
+ FD9BE5AC1190FA6C56D2266D /* Pods-Runner.profile.xcconfig */,
+ 613A045DDB6ACD3F4009C19B /* Pods-RunnerTests.debug.xcconfig */,
+ 127D468FE552BE20B12EE49D /* Pods-RunnerTests.release.xcconfig */,
+ 3C1D016DBA898786CC138272 /* Pods-RunnerTests.profile.xcconfig */,
);
path = Pods;
sourceTree = "";
};
- C8870449DD307362950A2932 /* Frameworks */ = {
+ C8617C169AE8C1D92B98C7A8 /* Frameworks */ = {
isa = PBXGroup;
children = (
- CC0FE16BBE74B78F429138A3 /* Pods_Runner.framework */,
- 49036D8BB2B2F089E84E94B2 /* Pods_RunnerTests.framework */,
+ 81D8B19C927ACF054A9D2432 /* Pods_Runner.framework */,
+ CAEE38CF3542EEDA64E7B70C /* Pods_RunnerTests.framework */,
);
name = Frameworks;
sourceTree = "";
@@ -173,7 +175,7 @@
isa = PBXNativeTarget;
buildConfigurationList = 331C8087294A63A400263BE5 /* Build configuration list for PBXNativeTarget "RunnerTests" */;
buildPhases = (
- ACA2F3FA9BA35855F6C7A74A /* [CP] Check Pods Manifest.lock */,
+ 74CAB8DE22F3C8CD46BDD923 /* [CP] Check Pods Manifest.lock */,
331C807D294A63A400263BE5 /* Sources */,
331C807F294A63A400263BE5 /* Resources */,
F66E319F8DB0B435965A247C /* Frameworks */,
@@ -192,15 +194,15 @@
isa = PBXNativeTarget;
buildConfigurationList = 97C147051CF9000F007C117D /* Build configuration list for PBXNativeTarget "Runner" */;
buildPhases = (
- A7D2E1FE85CBF55656D3E15B /* [CP] Check Pods Manifest.lock */,
+ 150685CC53D60AA4C363761C /* [CP] Check Pods Manifest.lock */,
9740EEB61CF901F6004384FC /* Run Script */,
97C146EA1CF9000F007C117D /* Sources */,
97C146EB1CF9000F007C117D /* Frameworks */,
97C146EC1CF9000F007C117D /* Resources */,
9705A1C41CF9048500538489 /* Embed Frameworks */,
3B06AD1E1E4923F5004D2608 /* Thin Binary */,
- 6F2BD3CC4DA4DFC71AFF9D0F /* [CP] Embed Pods Frameworks */,
- E0E4B44B9432789BEEEA73CD /* [CP] Copy Pods Resources */,
+ AD4D2C5B31232D27CCF3220D /* [CP] Embed Pods Frameworks */,
+ 35F8B9E2E45BCD5412AA2152 /* [CP] Copy Pods Resources */,
);
buildRules = (
);
@@ -278,55 +280,62 @@
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
- 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
+ 150685CC53D60AA4C363761C /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
- alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
+ inputFileListPaths = (
+ );
inputPaths = (
- "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
+ "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
+ "${PODS_ROOT}/Manifest.lock",
+ );
+ name = "[CP] Check Pods Manifest.lock";
+ outputFileListPaths = (
);
- name = "Thin Binary";
outputPaths = (
+ "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
+ shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
+ showEnvVarsInLog = 0;
};
- 6F2BD3CC4DA4DFC71AFF9D0F /* [CP] Embed Pods Frameworks */ = {
+ 35F8B9E2E45BCD5412AA2152 /* [CP] Copy Pods Resources */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
);
- name = "[CP] Embed Pods Frameworks";
+ name = "[CP] Copy Pods Resources";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
showEnvVarsInLog = 0;
};
- 9740EEB61CF901F6004384FC /* Run Script */ = {
+ 3B06AD1E1E4923F5004D2608 /* Thin Binary */ = {
isa = PBXShellScriptBuildPhase;
alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
+ "${TARGET_BUILD_DIR}/${INFOPLIST_PATH}",
);
- name = "Run Script";
+ name = "Thin Binary";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" embed_and_thin";
};
- A7D2E1FE85CBF55656D3E15B /* [CP] Check Pods Manifest.lock */ = {
+ 74CAB8DE22F3C8CD46BDD923 /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
@@ -341,50 +350,43 @@
outputFileListPaths = (
);
outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-Runner-checkManifestLockResult.txt",
+ "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
showEnvVarsInLog = 0;
};
- ACA2F3FA9BA35855F6C7A74A /* [CP] Check Pods Manifest.lock */ = {
+ 9740EEB61CF901F6004384FC /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
+ alwaysOutOfDate = 1;
buildActionMask = 2147483647;
files = (
);
- inputFileListPaths = (
- );
inputPaths = (
- "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
- "${PODS_ROOT}/Manifest.lock",
- );
- name = "[CP] Check Pods Manifest.lock";
- outputFileListPaths = (
);
+ name = "Run Script";
outputPaths = (
- "$(DERIVED_FILE_DIR)/Pods-RunnerTests-checkManifestLockResult.txt",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
- showEnvVarsInLog = 0;
+ shellScript = "/bin/sh \"$FLUTTER_ROOT/packages/flutter_tools/bin/xcode_backend.sh\" build";
};
- E0E4B44B9432789BEEEA73CD /* [CP] Copy Pods Resources */ = {
+ AD4D2C5B31232D27CCF3220D /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist",
);
- name = "[CP] Copy Pods Resources";
+ name = "[CP] Embed Pods Frameworks";
outputFileListPaths = (
- "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist",
+ "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n";
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
@@ -478,7 +480,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
@@ -511,7 +513,7 @@
};
331C8088294A63A400263BE5 /* Debug */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 77F0DCB0C3398DF9295A575C /* Pods-RunnerTests.debug.xcconfig */;
+ baseConfigurationReference = 613A045DDB6ACD3F4009C19B /* Pods-RunnerTests.debug.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
@@ -529,7 +531,7 @@
};
331C8089294A63A400263BE5 /* Release */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = A0C912B8BF66F0784C1816CE /* Pods-RunnerTests.release.xcconfig */;
+ baseConfigurationReference = 127D468FE552BE20B12EE49D /* Pods-RunnerTests.release.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
@@ -545,7 +547,7 @@
};
331C808A294A63A400263BE5 /* Profile */ = {
isa = XCBuildConfiguration;
- baseConfigurationReference = 5447CF35F888FE3CF687E54A /* Pods-RunnerTests.profile.xcconfig */;
+ baseConfigurationReference = 3C1D016DBA898786CC138272 /* Pods-RunnerTests.profile.xcconfig */;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
CODE_SIGN_STYLE = Automatic;
@@ -606,7 +608,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
@@ -655,7 +657,7 @@
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
- IPHONEOS_DEPLOYMENT_TARGET = 12.0;
+ IPHONEOS_DEPLOYMENT_TARGET = 13.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
SUPPORTED_PLATFORMS = iphoneos;
@@ -703,7 +705,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
- PRODUCT_BUNDLE_IDENTIFIER = com.complycube.flutter.complycubeExample;
+ PRODUCT_BUNDLE_IDENTIFIER = com.complycube.flutter.complycube;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_OBJC_BRIDGING_HEADER = "Runner/Runner-Bridging-Header.h";
SWIFT_VERSION = 5.0;
diff --git a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
index d795332..95d6e55 100644
--- a/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
+++ b/ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
@@ -1,7 +1,7 @@
+ version = "1.7">
@@ -44,6 +44,7 @@
buildConfiguration = "Debug"
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+ customLLDBInitFile = "$(SRCROOT)/Flutter/ephemeral/flutter_lldbinit"
shouldUseLaunchSchemeArgsEnv = "YES">
UIInterfaceOrientationLandscapeLeft
UIInterfaceOrientationLandscapeRight
+ NSPhotoLibraryUsageDescription
+ We use your photo library to upload identity documents for verification.
+
+ NSPhotoLibraryAddUsageDescription
+ We save captured images to your photo library if you choose.
+ NSCameraUsageDescription
+ We use the camera to capture identity documents and selfies for verification.
+
diff --git a/lib/main.dart b/lib/main.dart
index 56ef3d7..39d2ea5 100644
--- a/lib/main.dart
+++ b/lib/main.dart
@@ -32,7 +32,7 @@ class _MyAppState extends State {
onResume: () {
// This is called when the app returns to the foreground
print("App Resumed - equivalent to onResume");
- if(_currentStatus == VerificationStatus.PENDING) {
+ if (_currentStatus == VerificationStatus.PENDING) {
// The user returned to the app but we have no status yet
// This could mean they abandoned the flow
setState(() => _status = 'abandoned');
@@ -94,7 +94,9 @@ class _MyAppState extends State {
title: const Text("Start Flow"),
subtitle: const Text(""),
onTap: () async {
- _start("69662ca82b64c6000268004b", "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjoiTTJGa056VTNZamMzWTJKa1lqVTBZelUzTVRFd1pEZzVOV1UxTkdNNE0yWXlaVEZsWXpVMk1XWXhNalkwWWpFek1tTmlOalU0TlRnMU5HRXhOVGs0WW1JM1lUY3dZVGcwWlRVMFlUVTNOMkl3WldSbE9HWTRNREkwTnpVME5EVXlORFEzTldRek1HUmxOalV3TVdRd09UWm1ZekkwTUdJM01XVmxPVGd6WkRRek9EVTNZbU15WVdKaU56WTRNekJpT0RNd04yTmlZMlV3WlRsaE1EWmpabVZpT1RrNU5XTTBaVGN4TURjelptRmtNMlUwTmpZNE1UUXhOMkZoT1RjMk4yTmlORGMzT0dWbFpXUmlZV1U0T1dWbU16bGxaalJrWm1ZME5HWTBNalEyTUROaE5USTVNMlUzTnpobU9XVTJNams1WWpWbE5qRm1OakUxWVRoa1pUUmxZV1JrTnpReE5UZ3pPVGcxTWpnd1pXRXpORGxqTXpZd09URTJaVGs1IiwiZW52aXJvbm1lbnQiOiJsaXZlIiwidXJscyI6eyJhcGkiOiJodHRwczovL2FwaS5jb21wbHljdWJlLmNvbSIsInN5bmMiOiJ3c3M6Ly94ZHMuY29tcGx5Y3ViZS5jb20iLCJjcm9zc0RldmljZSI6Imh0dHBzOi8veGQuY29tcGx5Y3ViZS5jb20ifSwib3B0aW9ucyI6eyJoaWRlQ29tcGx5Q3ViZUxvZ28iOmZhbHNlLCJlbmFibGVDdXN0b21Mb2dvIjp0cnVlLCJlbmFibGVUZXh0QnJhbmQiOnRydWUsImVuYWJsZUN1c3RvbUNhbGxiYWNrcyI6dHJ1ZSwiZW5hYmxlTmZjIjp0cnVlLCJpZGVudGl0eUNoZWNrTGl2ZW5lc3NBdHRlbXB0cyI6NSwiZG9jdW1lbnRJbmZsaWdodFRlc3RBdHRlbXB0cyI6MiwibmZjUmVhZEF0dGVtcHRzIjo1LCJlbmFibGVBZGRyZXNzQXV0b2NvbXBsZXRlIjp0cnVlLCJlbmFibGVXaGl0ZUxhYmVsaW5nIjpmYWxzZX0sImlhdCI6MTc2ODMxODgyOCwiZXhwIjoxNzY4MzIyNDI4fQ.yEHlAY_Q1tgCkOAQq2S7aSJGiO_tOzkXl6XywHpEH_Q", "IGNORE_THIS_WORKFLOW_ID");
+ _start("69662ca82b64c6000268004b",
+ "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXlsb2FkIjoiTTJGa056VTNZamMzWTJKa1lqVTBZelUzTVRFd1pEZzVOV1UxTkdNNE0yWXlaVEZsWXpVMk1XWXhNalkwWWpFek1tTmlOalU0TlRnMU5HRXhOVGs0WW1JM1lUY3dZVGcwWlRVMFlUVTNOMkl3WldSbE9HWTRNREkwTnpVME5EVXlORFEzTldRek1HUmxOalV3TVdRd09UWm1ZekkwTUdJM01XVmxPVGd6WkRRek9EVTNZbU15WVdKaU56WTRNekJpT0RNd04yTmlZMlV3WlRsaE1EWmpabVZpT1RrNU5XTTBaVGN4TURjelptRmtNMlUwTmpZNE1UUXhOMkZoT1RjMk4yTmlORGMzT0dWbFpXUmlZV1U0T1dWbU16bGxaalJrWm1ZME5HWTBNalEyTUROaE5USTVNMlUzTnpobU9XVTJNams1WWpWbE5qRm1OakUxWVRoa1pXTm1NRFU1WkRNMU5HVmhaVFl3TWpRNE56WTBPR1psT0RJMllUY3hNek5qIiwiZW52aXJvbm1lbnQiOiJsaXZlIiwidXJscyI6eyJhcGkiOiJodHRwczovL2FwaS5jb21wbHljdWJlLmNvbSIsInN5bmMiOiJ3c3M6Ly94ZHMuY29tcGx5Y3ViZS5jb20iLCJjcm9zc0RldmljZSI6Imh0dHBzOi8veGQuY29tcGx5Y3ViZS5jb20ifSwib3B0aW9ucyI6eyJoaWRlQ29tcGx5Q3ViZUxvZ28iOmZhbHNlLCJlbmFibGVDdXN0b21Mb2dvIjp0cnVlLCJlbmFibGVUZXh0QnJhbmQiOnRydWUsImVuYWJsZUN1c3RvbUNhbGxiYWNrcyI6dHJ1ZSwiZW5hYmxlTmZjIjp0cnVlLCJpZGVudGl0eUNoZWNrTGl2ZW5lc3NBdHRlbXB0cyI6NSwiZG9jdW1lbnRJbmZsaWdodFRlc3RBdHRlbXB0cyI6MiwibmZjUmVhZEF0dGVtcHRzIjo1LCJlbmFibGVBZGRyZXNzQXV0b2NvbXBsZXRlIjp0cnVlLCJlbmFibGVXaGl0ZUxhYmVsaW5nIjpmYWxzZX0sImlhdCI6MTc3NDg3MTE5MCwiZXhwIjoxNzc0ODc0NzkwfQ.sZm7w8-34t-sKq90uR9_vyp0we7b4sp9CeZsZfuHR_w",
+ "IGNORE_THIS_WORKFLOW_ID");
},
),
),
@@ -109,48 +111,62 @@ class _MyAppState extends State {
// "workflowTemplateId": workflowId,
"stages": [
{
- "name": "intro",
- "title": "Green Bank ID verification",
- "message": "We will now verify your identity so you can start trading."
+ "name": 'intro',
+ "heading": 'Remit KYC verification',
+ 'title': 'Identity Verification',
+ "message": "We will now verify your identity so you can do payments."
},
{
- "name": "consent",
- "title": "Terms of Service",
- "message": "Complete your identity verification to start trading with Green Bank."
+ "name":"consent"
},
{
- "name": "documentCapture",
- "title": "Document Capture",
- "nfcEnabled": true,
+ "title": "Compliance ID Verification",
+ "name": 'documentCapture',
"showGuidance": true,
- "useLiveCaptureOnly": false,
- "useMLAssistance": true,
- "isNFCEnabled":true,
+ "useLiveCaptureOnly": true,
"retryLimit": 1,
"documentTypes": {
"passport": true,
- "driving_license": ["GB", "FR"],
- "national_identity_card": ["GB", "FR"],
- "residence_permit": ["GB", "FR"]
- }
- },
- {"name": "addressCapture", "useAutoComplete": true, "allowedCountries": ["GB"]},
- {
- "name": "poaCapture",
- "documentTypes": {"bank_statement": true, "utility_bill": true, "driving_license": true, "tax_document": true},
- "showGuidance": true,
- "useLiveCaptureOnly": false,
- "retryLimit": 1,
- "isAddressCaptureEnabled": false
+ "driving_license": ["GB"],
+ },
},
{
+ "title": "Remit Face verifications",
"name": "faceCapture",
"mode": "photo",
- "showGuidance": false,
- "useLiveCaptureOnly": false,
"useMLAssistance": true,
+ "showGuidance": true,
"retryLimit": 1
},
+ // {"name": "addressCapture", "useAutoComplete": true, "allowedCountries": ["GB"]},
+ {
+ "name": "poaCapture",
+ "documentTypes": {
+ "bank_statement": true,
+ "utility_bill": true,
+ "driving_license": true,
+ "tax_document": true
+ },
+ "showGuidance": true,
+ "useLiveCaptureOnly": false,
+ "retryLimit": 1,
+ "isAddressCaptureEnabled": true
+ },
+ // "complete",
+ // {
+ // "name": "complete",
+ // "title": "Success!",
+ // "message": "You're all set"
+ // }
+ // {"name": "addressCapture", "useAutoComplete": true, "allowedCountries": ["GB"]},
+ // {
+ // "name": "poaCapture",
+ // "documentTypes": {"bank_statement": true, "utility_bill": true, "driving_license": true, "tax_document": true},
+ // "showGuidance": true,
+ // "useLiveCaptureOnly": false,
+ // "retryLimit": 1,
+ // "isAddressCaptureEnabled": false
+ // },
// {
// "name": "faceCapture",
// "mode": "photo",
@@ -179,23 +195,30 @@ class _MyAppState extends State {
],
"lookAndFeel": {
"isDarkMode": false,
- "borderRadius": 30,
"uiInterfaceStyle": "light",
"primaryButtonBgColor": "#09EB7E",
"primaryButtonBorderColor": "#FFFFFF",
- "primaryButtonPressedBgColor": "#08DB7D",
"primaryButtonTextColor": "#011E3C",
"secondaryButtonBgColor": "#F6F6F6",
"secondaryButtonTextColor": "#000000",
- "linkButtonTextColor": "#000000",
+ "secondaryButtonBorderColor": "#000000",
"headingTextColor": "#000000",
- "errorPanelBgColor": "#FFFFFF",
+ "editTextColor": "#808080",
+ "errorPanelColor": "#F2F2F2",
+ "errorPanelBgColor": "#F2F2F2",
+ "errorPanelIconColor": "#D32F2F",
+ "errorPanelTitleTextColor": "#D32F2F",
+ "errorPanelDescriptionTextColor": "#D32F2F",
+ "errorPopupColor": "#D32F2F",
+ "errorPopupIconColor": "#D32F2F",
+ "errorPopupTitleTextColor": "#D32F2F",
+ "errorPopupDescriptionTextColor": "#D32F2F",
"documentTypeSelectorBorderColor": "#808080",
"documentTypeSelectorBgColor": "#FFFFFF",
"documentTypeSelectorIconColor": "#09EB7E",
"documentTypeSelectorTitleTextColor": "#000000",
"documentTypeSelectorDescriptionTextColor": "#000000",
- "backgroundContentColor": "#09EB7E"
+ "borderRadius": 30
}
// "lookAndFeel": {
// "borderRadius": 16,
diff --git a/pubspec.lock b/pubspec.lock
index 07d8e83..c8158b9 100644
--- a/pubspec.lock
+++ b/pubspec.lock
@@ -45,10 +45,10 @@ packages:
dependency: "direct main"
description:
name: complycube
- sha256: a6034997f6b2e8e2d9cd246d7bd2338dd70f055dab949778a2a50847781eec15
+ sha256: ac1991384e7a0c548575d37dfb7acd23331fbb15671601746ac058c926fe4887
url: "https://pub.dev"
source: hosted
- version: "1.0.2"
+ version: "1.0.4"
cupertino_icons:
dependency: "direct main"
description:
@@ -61,10 +61,10 @@ packages:
dependency: transitive
description:
name: fake_async
- sha256: "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc"
+ sha256: "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44"
url: "https://pub.dev"
source: hosted
- version: "1.3.2"
+ version: "1.3.3"
file:
dependency: transitive
description:
@@ -110,26 +110,26 @@ packages:
dependency: transitive
description:
name: leak_tracker
- sha256: c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec
+ sha256: "33e2e26bdd85a0112ec15400c8cbffea70d0f9c3407491f672a2fad47915e2de"
url: "https://pub.dev"
source: hosted
- version: "10.0.8"
+ version: "11.0.2"
leak_tracker_flutter_testing:
dependency: transitive
description:
name: leak_tracker_flutter_testing
- sha256: f8b613e7e6a13ec79cfdc0e97638fddb3ab848452eff057653abd3edba760573
+ sha256: "1dbc140bb5a23c75ea9c4811222756104fbcd1a27173f0c34ca01e16bea473c1"
url: "https://pub.dev"
source: hosted
- version: "3.0.9"
+ version: "3.0.10"
leak_tracker_testing:
dependency: transitive
description:
name: leak_tracker_testing
- sha256: "6ba465d5d76e67ddf503e1161d1f4a6bc42306f9d66ca1e8f079a47290fb06d3"
+ sha256: "8d5a2d49f4a66b49744b23b018848400d23e54caf9463f4eb20df3eb8acb2eb1"
url: "https://pub.dev"
source: hosted
- version: "3.0.1"
+ version: "3.0.2"
lints:
dependency: transitive
description:
@@ -178,14 +178,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.1.6"
- plugin_platform_interface:
- dependency: transitive
- description:
- name: plugin_platform_interface
- sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
- url: "https://pub.dev"
- source: hosted
- version: "2.1.8"
process:
dependency: transitive
description:
@@ -251,18 +243,18 @@ packages:
dependency: transitive
description:
name: test_api
- sha256: fb31f383e2ee25fbbfe06b40fe21e1e458d14080e3c67e7ba0acfde4df4e0bbd
+ sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
- version: "0.7.4"
+ version: "0.7.6"
vector_math:
dependency: transitive
description:
name: vector_math
- sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
+ sha256: d530bd74fea330e6e364cda7a85019c434070188383e1cd8d9777ee586914c5b
url: "https://pub.dev"
source: hosted
- version: "2.1.4"
+ version: "2.2.0"
vm_service:
dependency: transitive
description:
@@ -280,5 +272,5 @@ packages:
source: hosted
version: "3.0.4"
sdks:
- dart: ">=3.7.0-0 <4.0.0"
+ dart: ">=3.8.0-0 <4.0.0"
flutter: ">=3.18.0-18.0.pre.54"
diff --git a/pubspec.yaml b/pubspec.yaml
index c4fb4a4..7c533f0 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -16,7 +16,9 @@ environment:
dependencies:
flutter:
sdk: flutter
- complycube: ^1.0.2
+ complycube: ^1.0.4
+# complycube:
+# path: /Users/aniket.indulkar/Documents/GitHub/complycube-sdk-flutter-internal
# When depending on this package from a real application you should use:
# complycube: ^x.y.z