File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,22 @@ This repository provides a pre-built UI that uses the ComplyCube SDK. It guides
7
7
1 . [ Create a Client ID] ( https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-2.-create-a-client ) .
8
8
2 . [ Generate an SDK token] ( https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-3.-generate-an-sdk-token ) .
9
9
3 . In the ` main.dart ` file, replace ` CLIENT_ID ` and ` SDK_TOKEN ` with the generated values from the previous steps.
10
- 4 . Run the app:
10
+
11
+ 4 . Install dependencies:
12
+
13
+ ``` bash
14
+ flutter pub get
15
+ ```
16
+
17
+ 5 . Navigate to the ` ios/ ` directory and install iOS pods:
18
+
19
+ ``` bash
20
+ cd ios
21
+ pod install
22
+ cd ..
23
+ ```
24
+
25
+ 6 . Run the app:
11
26
12
27
``` bash
13
28
flutter run
You can’t perform that action at this time.
0 commit comments