feedback library

Classes

BetterFeedback
This widget should be at the top of your widget tree.
DeFeedbackLocalizations
EnFeedbackLocalizations
FeedbackData
FeedbackLocalizations
FeedbackThemeData
See the following image to get a better understanding of the properties. Theme
FrFeedbackLocalizations
GlobalFeedbackLocalizationsDelegate

Enums

FeedbackMode
These are the available feedback modes.

Functions

alertFeedbackFunction(BuildContext outerContext, String feedbackText, Uint8List? feedbackScreenshot) → void
Shows an AlertDialog with the given feedback. This is useful for debugging purposes.
consoleFeedbackFunction(BuildContext context, String feedbackText, Uint8List feedbackScreenshot) → void
Prints the given feedback to the console. This is useful for debugging purposes.
debugCheckHasFeedbackLocalizations(BuildContext context) bool

Typedefs

OnFeedbackCallback = void Function(String feedback, Uint8List? feedbackScreenshot)
Function which gets called when the user submits his feedback. feedback is the user generated feedback text. feedbackScreenshot is a raw png encoded image.