nudge_survey_ui

Last updated:

0 purchases

nudge_survey_ui Image
nudge_survey_ui Images
Add to Cart

Description:

nudge survey ui

Flutter #
To integrate Nudge Survey UI into Flutter, you need to make sure that the basic integration of the Nudge Core SDK is done, if you have not already done it, check here.
surveyUi = NudgeSurveyUI('YOUR_TOKEN_HERE');
copied to clipboard
Once you have integrated the Nudge Code SDK, just add the above-defined variable to the list in theplugins property of NudgeProvider
..
..
NudgeProvider(
app: nudge,
plugins: [
surveyUi,
]
..
..
copied to clipboard
That's it!
Our Nudge Core would now trigger Surveys defined on your Dashboard using the surveyUI plugin.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.