nudge_survey_ui 0.1.8 copy "nudge_survey_ui: ^0.1.8" to clipboard
nudge_survey_ui: ^0.1.8 copied to clipboard

Survey UI SDK to run surveys in your app

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');

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,
   		]
 ..
 ..

That's it!

Our Nudge Core would now trigger Surveys defined on your Dashboard using the surveyUI plugin.

2
likes
60
points
58
downloads

Publisher

unverified uploader

Weekly Downloads

Survey UI SDK to run surveys in your app

Homepage

License

MIT (license)

Dependencies

flutter, flutter_rating_bar, http, nudge_core

More

Packages that depend on nudge_survey_ui