feedback_apptive_grid 1.0.1 copy "feedback_apptive_grid: ^1.0.1" to clipboard
feedback_apptive_grid: ^1.0.1 copied to clipboard

A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app and upload it to ApptiveGrid

feedback_apptive_grid #

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

Setup #

  1. Create a new Feedback Space on ApptiveGrid using this template
  2. Copy the Feedback Form Link
  3. Wrap your App in a BetterFeedback Widget
    void main() {
      runApp(const BetterFeedback(child: MyApp()));
    }
    
  4. Provide a way to show the feedback panel by calling
    BetterFeedback.of(context).showAndUploadToApptiveGrid(
      formUri: Uri.parse('YOUR_FEEDBACK_FORM_LINK'),
    );
    
1
likes
140
pub points
0%
popularity

Publisher

verified publisherapptivegrid.de

A Flutter package for getting better feedback. It allows the user to give interactive feedback directly in the app and upload it to ApptiveGrid

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

apptive_grid_core, collection, feedback, flutter, http

More

Packages that depend on feedback_apptive_grid