flutter_fix_common_issues
Fix common Flutter development issues by automatically running clean, pub get, pod install, gradle sync, and cache invalidation commands in your project directory.
Instructions
Auto-fix common issues: clean, pub get, pod install, gradle sync, invalidate caches
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | Yes | Working directory (Flutter project root) | |
| deep | No | Perform deep cleaning (slower but more thorough) |