mopper library
Classes
- GitLabIntegration
- Built-in GitLab integration that creates issues with attached screenshots.
- MopperData
- Data collected from the mopper form.
- MopperIntegration
- Abstract interface that all mopper integrations must implement.
- MopperSubmission
- Complete mopper payload passed to each MopperIntegration.
- MopperWrapper
- Wraps the app in a RepaintBoundary for screenshot capture and overlays a FAB that opens the mopper dialog.
- SentryFeedbackIntegration
- Sentry Mopper integration.
Typedefs
-
OnMopperSubmit
= Future<
void> Function(MopperData data) - Callback type for submitting mopper data.
Exceptions / Errors
- MopperUploadException
- Exception thrown when mopper upload fails.