debug:flutter
Installation
SKILL.md
Flutter Debugging Guide
This skill provides a systematic approach to debugging Flutter applications, covering common error patterns, debugging tools, and best practices for efficient problem resolution.
Common Error Patterns
1. RenderFlex Overflow Error
Symptoms:
- Yellow and black stripes appear in the UI indicating overflow area
- Error message: "A RenderFlex overflowed by X pixels"
Causes:
- Content exceeds available space in Row/Column
- Fixed-size widgets in constrained containers
- Text without proper overflow handling