Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flutter App not synced with dashboard #3

Open
bibash28 opened this issue Nov 15, 2022 · 0 comments
Open

Flutter App not synced with dashboard #3

bibash28 opened this issue Nov 15, 2022 · 0 comments

Comments

@bibash28
Copy link

Step 1: I implemented desk360 in a flutter
Step 2: Created a dashboard at https://desk360.com
Step 3: I created a new product
Step 4: Grabbed SDK App key from the product
Step 5: Implemented SDK app key as appId

                    Desk360flutter.start(
                      properties: {
                        'appID': appId,
                        'deviceID': '345679',
                        'languageCode': 'en',
                        'environment': Environment.PRODUCTION.value,
                        'countryCode': 'fr',
                        'bypassCreateTicketIntro': true,
                      },
                    );

But I am synced with the dashboard.. it is showing the default screen in an app like the below:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant