vibebug_flutter library
Classes
- CaptureRegionEditor
- Full-screen editor: adjust crop region, draw highlights, add per-capture note.
- CaptureRegionEditorResult
- Result from the crop/highlight editor.
- FlutterIssueMarkdown
- Builds a Flutter-focused agent pack for local tooling.
- FlutterWidgetHit
- Widget metadata collected during pointer hit-testing.
- VibeBug
- Crash and live-issue reporting for Vibe Bug Tracker.
- VibeBugBoard
- VibeBugCaptureOverlay
- Draggable report button + widget picker + multi-screenshot issue composer.
- VibeBugDeveloper
- VibeBugErrorBoundary
- Widget wrapper that reports Flutter framework errors in this subtree.
- VibeBugGateLoading
-
Brief splash shown while
VibeBugGateStage.autoSelectingresolves. - VibeBugHighlightStroke
- Freehand highlight stroke in image logical coordinates.
- VibeBugLoginScreen
- Full-screen sign-in shown by VibeBugScope on first launch, before any project has been chosen.
- VibeBugOptions
- VibeBugProject
- VibeBugProjectDropdown
- Dropdown for choosing a VibeBugProject.
- VibeBugProjectPickerScreen
- Full-screen project picker shown by VibeBugScope after sign-in, when the account has more than one tester-accessible project (or always, unless VibeBugOptions.autoSelectSoleProject is set).
- VibeBugReportButton
- Legacy floating action button. Prefer VibeBugScope for draggable capture + widget selection.
- VibeBugScope
- Wraps your app with screenshot capture and the draggable VibeBug report button.
- VibeBugScreenshotCapture
- Captures screenshots from a RepaintBoundary and crops selected widget bounds.
- VibeBugScreenshotShot
- One visual capture attached to an issue (mirrors the Chrome extension draft shot).
- VibeBugSignInForm
- Email/password sign-in form used by both VibeBugLoginScreen and the capture-bubble's bottom sheet.
Typedefs
-
VibeBugScreenshotProvider
= Future<
String?> Function()