SkillAgentSearch skills...

Feedback

A simple widget for getting better feedback.

Install / Use

/learn @ueman/Feedback
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<p align="center"> <img src="https://raw.githubusercontent.com/ueman/feedback/master/img/feedback.svg" max-height="100" alt="Feedback" /> </p> <p align="center"> <a href="https://pub.dev/packages/feedback"><img src="https://img.shields.io/pub/v/feedback.svg" alt="pub.dev"></a> <a href="https://codecov.io/gh/ueman/feedback"><img src="https://codecov.io/gh/ueman/feedback/branch/master/graph/badge.svg" alt="code coverage"></a> <a href="https://github.com/ueman#sponsor-me"><img src="https://img.shields.io/github/sponsors/ueman" alt="Sponsoring"></a> <a href="https://pub.dev/packages/feedback/score"><img src="https://img.shields.io/pub/likes/feedback" alt="likes"></a> <a href="https://pub.dev/packages/feedback/score"><img src="https://img.shields.io/pub/dm/feedback" alt="monthly downloads"></a> <a href="https://pub.dev/packages/feedback/score"><img src="https://img.shields.io/pub/points/feedback" alt="pub points"></a> </p> <p align="center"> <img src="https://raw.githubusercontent.com/ueman/feedback/master/img/ff.png" height="100" alt="Flutter Favorite" /> </p> <p align="center">

Package of the week video

</p>

A Flutter package for obtaining better feedback. It allows the user to provide interactive feedback directly in the app, by annotating a screenshot of the current page, as well as by adding text.

<p align="center"> <img src="https://raw.githubusercontent.com/ueman/feedback/master/img/example_0.1.0-beta.gif" width="200" alt="Example Image"> </p>

Demo

An interactive web example is available here: <a href="https://ueman.github.io/feedback/"><img src="https://img.shields.io/badge/Try-Flutter%20Web%20demo-blue" alt="Online demo"></a>. It also contains a small tutorial on how to use this library.

Motivation

It is often quite hard to achieve a very good user experience. The most important aspect of creating a good user experience is to obtain and to listen to feedback of your user. Focus groups are one solution to this problem but it is quite expensive. Another solution is to use this library to obtain direct feedback of your users. This library is lightweight and easy to integrate and makes it really easy for your users to send valuable feedback to you.

By obtaining the feedback with an annotated image it is much easier for you get a good understanding of your users problem with a certain feature or screen of your app. It is like the saying "A picture is worth a thousand words" because a textual description can be interpreted in many ways which makes it harder to understand.

Plugins

Depending on your use case there are wide variety of solutions. These are a couple suggestions:

| Plugin | Package | Notes | |--------------------------------|-------------------------------------------------------------|-----------------------------------| | GitLab Issue | feedback_gitlab | | | Sentry User Feedback | feedback_sentry | | | GitHub Issue | feedback_github | Uses Firebase Storage for images |

| Target | Notes | |--------------------------------|--------------------------------| | Upload to a server | To upload the feedback to a server you should use for example a MultipartRequest. | | Share via platform share dialog | share_plus on pub.dev. Also shown in the example. | | Firebase | Firestore, Cloud Storage, Database | Jira | Jira has a REST API to create issues and upload files | | Trello | Trello has a REST API to create issues and upload files | | E-Mail | You can use the users email client like in the sample app to send feedback to yourself using the flutter_email_sender plugin. |

If you have sample code on how to upload it to a platform, I would appreciate a pull request to the example app.

📣 Maintainer

Hey, I'm Jonas Uekötter. I created this awesome software. Visit my GitHub profile and follow me on Twitter. If you like this, please leave a like or star it on GitHub.

Contributors

<a href="https://github.com/ueman/feedback/graphs/contributors"> <img src="https://contrib.rocks/image?repo=ueman/feedback" /> </a>
View on GitHub
GitHub Stars436
CategoryDevelopment
Updated29d ago
Forks133

Languages

Dart

Security Score

85/100

Audited on Mar 1, 2026

No findings