audit_flutter_codebase
Audits Flutter and Dart source code to identify performance bottlenecks, missing const constructors, controller memory leaks, and architectural violations.
Instructions
Audits Flutter and Dart source code for performance bottlenecks, missing const constructors, controller memory leaks, and architectural violations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | The Flutter / Dart code snippet to audit. | |
| fileType | No | The layer or role of the file. | widget |