Skip to content

Commit 4a5d385

Browse files
authored
Update main.dart
1 parent 000498f commit 4a5d385

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lib/main.dart

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ class _MyAppState extends State<MyApp> {
4444
child: ComplyCubeWidget(
4545
settings: const {
4646
'clientID': "<CLIENT_ID>",
47-
'clientToken': "<TOKEN>",
47+
'clientToken': "<SDK_TOKEN>",
4848
'stages': [
49-
// {
50-
// 'name': "intro",
51-
// 'heading': 'Am from Java script',
52-
// 'message': 'A message for our users',
53-
// },
49+
{
50+
'name': 'intro',
51+
'heading': 'Custom Screen Title',
52+
'message': 'Custom welcome message.',
53+
},
5454
{
5555
'name': 'documentCapture',
5656
'documentTypes': {
5757
'passport': true,
58-
'driving_license': ['GB', 'FR', 'DZ'],
58+
'driving_license': ['GB', 'US'],
5959
},
6060
},
6161
{

0 commit comments

Comments
 (0)