Last updated:
0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.