nps_survey

Last updated:

0 purchases

nps_survey Image
nps_survey Images
Add to Cart

Description:

nps survey

nps_survey #
A Flutter component designed to collect Net Promoter Scores (NPS) from users.
Example #

Installation #
flutter pub add nps_survey
copied to clipboard
Usage #
Import the library:
import 'package:nps_survey/nps_survey.dart';
copied to clipboard
Display the dialog by calling:
NPSSurvey().showNPSDialog(
context: context,
callback: (feedback, score) {
print(feedback);
print(score);
});
copied to clipboard

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.