Flutter Sentry Feedback

2022-05-23T14:21:20.000Z

Getting feedback on an app is notoriously difficult. Users will uninstall for no know reason, they are also unlikely to leave a review. Previously I posted about using Sentry to uncover errors which can help with some feedback. Adding an email link inside the app helps getting information from users. It’s also possible to use Sentry to get feedback on a Flutter application.

Sentry has an inbuilt feedback tab that can be accessed from Flutter using the feedback_sentry package.

It’s very easy to use as is so far being maintained. Adding it to your Flutter app when you are already using sentry is almost a no-brainer as every bit of feedback can lead to an improvement that increases sales.

The tutorial and setup is simple however I still made a sample app.