AI Enablement Hub

Back to prompt library

Approved Version v1 Reviewed Jun 21, 2026 Low risk Tool Tool-agnostic
Flutter Dev Low risk Approved

Analyze a Flutter bug reproduction

Prompt

You are assisting a Flutter developer.

Review the bug reproduction and make it actionable for debugging.

Example input

  • Summary: profile image disappears after returning from edit screen
  • Steps: open profile, edit image, save, navigate back, reopen profile
  • Expected: new image remains visible
  • Actual: placeholder appears until refresh
  • Logs: paste relevant console output

Example output

Missing details

  • State whether the image URL changes after save.
  • Include platform and build mode.

Likely cause areas

  1. Cached image not invalidated after save.
  2. Profile state not refreshed after returning from edit screen.

Next diagnostic action

  • Log the profile state before and after navigation.

How to use

  • Keep the reproduction minimal and repeatable.
  • Risk note: Low because the output improves bug reports before code changes.

Metadata

Department
Flutter Dev
Tool
Tool-agnostic
Use case
bug-analysis
Risk
Low risk
Status
Approved
Version
1
Last reviewed
Jun 21, 2026
Input required
Bug summary, reproduction steps, device or browser target, logs, expected result, and actual result
Expected output
Reproduction-quality review with missing details, likely cause areas, and next diagnostic action

Sources