Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork131
A simple widget for getting better feedback.
ueman/feedback
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A Flutter package for obtaining better feedback. It allows the user to provide interactive feedbackdirectly in the app, by annotating a screenshot of the current page, as well as by adding text.
An interactive web example is available here:. It also contains a small tutorial on how to use this library.
It is often quite hard to achieve a very good user experience. The most importantaspect of creating a good user experience is to obtain and to listen to feedbackof 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 feedbackof your users. This library is lightweight and easy to integrate and makes itreally easy for your users to send valuable feedback to you.
By obtaining the feedback with an annotated image it is much easier for youget a good understanding of your users problem with a certain feature or screenof your app. It is like the saying "A picture is worth a thousand words" becausea textual description can be interpreted in many ways which makes it harder tounderstand.
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 aMultipartRequest. |
| Share via platform share dialog | share_plus on pub.dev. Also shown in the example. |
| Firebase | Firestore,Cloud Storage,Database |
| Jira | Jira has aREST API to create issues and upload files |
| Trello | Trello has aREST API to create issues and upload files |
| You can use the users email client likein the sample app to send feedback to yourself using theflutter_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.
Hey, I'm Jonas Uekötter. I created this awesome software. Visit myGitHub profile and follow me onTwitter. If you like this, please leave a like or star it on GitHub.
About
A simple widget for getting better feedback.
Topics
Resources
Contributing
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.


