We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000498f commit 4a5d385Copy full SHA for 4a5d385
lib/main.dart
@@ -44,18 +44,18 @@ class _MyAppState extends State<MyApp> {
44
child: ComplyCubeWidget(
45
settings: const {
46
'clientID': "<CLIENT_ID>",
47
- 'clientToken': "<TOKEN>",
+ 'clientToken': "<SDK_TOKEN>",
48
'stages': [
49
- // {
50
- // 'name': "intro",
51
- // 'heading': 'Am from Java script',
52
- // 'message': 'A message for our users',
53
- // },
+ {
+ 'name': 'intro',
+ 'heading': 'Custom Screen Title',
+ 'message': 'Custom welcome message.',
+ },
54
{
55
'name': 'documentCapture',
56
'documentTypes': {
57
'passport': true,
58
- 'driving_license': ['GB', 'FR', 'DZ'],
+ 'driving_license': ['GB', 'US'],
59
},
60
61
0 commit comments