wiredashio / wiredash-sdk

Interactive user feedback tool for Flutter 🎉
https://pub.dev/packages/wiredash
Other
514 stars 66 forks source link

Customize the placeholder message when composing the message #359

Open mfrohman123 opened 3 months ago

mfrohman123 commented 3 months ago

Is your feature request related to a problem? Please describe. It would be nice to be able to change the placeholder message of the text entry on the first feedback screen. The current message may not be relevant to application context, i.e. it may only accept feature requests/not have avatars.

Describe the solution you'd like A way to customize the placeholder message, such as an option in WiredashFeedbackOptions or an option in Wiredash.show.

image

The application this is used for in the image above does not have avatars and supports feedback for feature requests in addition to bugs.