feedback
feedback copied to clipboard
A simple widget for getting better feedback.
## :scroll: Description 1. Better feedback now has a generic type for an input object (passed into `show`) and an output object (passed into hide, returned from show) that enforces...
## :scroll: Description Add the option to pass a custom ScreenshotController ## :bulb: Motivation and Context I had a use case that required custom capture logic, which let me add...
## :scroll: Description - add zh-TW by `ZhTWFeedbackLocalizations` - add `ZhTWFeedbackLocalizations` to `supportedLocales` - add locale full check in `load` function in l18n/translation.dart ## :bulb: Motivation and Context The package...
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://redirect.github.com/actions/checkout) | action | major | `v4` -> `v6` | --- ### Release...
> **Note:** This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | major...
### Version 3.2.0 ### Library feedback ### Flutter channel stable ### Flutter version 3.35.4 ### Platform Web ### Details When I open feedback, draw on it, and press the send...
**Is your feature request related to a problem? Please describe.** I have to set uses-material-design: false to true eventhough i dont use material icons **Describe the solution you'd like** Ability...
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | patch | `7.6.4` -> `7.6.6` | --- ### Release Notes gradle/gradle (gradle)...
To comply with GDPR it would be helpful to blot out sensitive data. ### Proposal - A `SensitiveFeedback` widget. Wrapping a widget with it will mean that it will be...
## :scroll: Description I added the ability to hide sensitive content in draw mode and in the screenshot itself. Changes: - Created a `FeedbackRedacted` widget that blurs its child in...