feedback_apptive_grid

Last updated:

0 purchases

feedback_apptive_grid Image
feedback_apptive_grid Images
Add to Cart

Description:

feedback apptive grid

feedback_apptive_grid #
This is a plugin to send user feedback gathered using feedback to send to ApptiveGrid

Setup #

Create a new Feedback Space on ApptiveGrid using this template
Copy the Feedback Form Link

Wrap your App in a BetterFeedback Widget
void main() {
runApp(const BetterFeedback(child: MyApp()));
}
copied to clipboard

Provide a way to show the feedback panel by calling
BetterFeedback.of(context).showAndUploadToApptiveGrid(
formUri: Uri.parse('YOUR_FEEDBACK_FORM_LINK'),
);
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.