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