Skip to content

Capturing screenshots

By default, users can add up to three screenshots to their feedback without leaving your app.

Screenshot step

If you want to skip or disable this step, you can hide the screenshot prompt by setting screenshot: ScreenshotPrompt.hidden in your feedbackOptions:

dart
return Wiredash(
  // ...
  feedbackOptions: WiredashFeedbackOptions(
    screenshot: ScreenshotPrompt.hidden,
  ),
);

Fighting for the User since 2020 ⚔