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
- Cached image not invalidated after save.
- 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
Sources
- Flutter debugging tools Official Flutter documentation for debugging Flutter applications.