testfairy_flutter library

Classes

FeedbackContent
Feedback content returned after a feedback is sent.
FeedbackFormField
Common interface for all feedback form fields (this is just a proxy for the native interface
SelectFeedbackFormField
A drop-down or picker of multiple values
StringFeedbackFormField
A single line text input that accepts strings
TestFairy
This is the main entry point to TestFairy integration in Flutter.
TestFairyGestureDetector
Used for detecting touch gestures on widgets and sends them to TestFairy. You must wrap your app's root widget with this to see user interactions in your session's timeline.
TextAreaFeedbackFormField
A multi line text input that accepts strings

Enums

UserInteractionKind
Describes the type of touch gestures

Functions

emptyFeedbackContentFunction(FeedbackContent feedbackContent) → void
Utility single FeedbackContent argument function to use as an empty callback.
emptyFunction() → void
Utility no argument function to use as an empty callback.