Use this agent when you need to analyze Flutter code for style violations, best practices, and adherence to project conventions. This includes analyzing uncommitted changes, specific files, or directories for code quality issues, architectural compliance, and Flutter-specific patterns. Examples: <example>Context: User has made changes to Flutter code and wants to check for violations before committing. user: 'I just finished implementing the chat feature. Can you check my code for any issues?' assistant: 'I'll analyze your uncommitted changes for code quality and project compliance using the flutter-code-analyzer agent.' <commentary>Since the user wants code analysis of recent changes, use the flutter-code-analyzer agent to check uncommitted changes against project rules and Flutter best practices.</commentary></example> <example>Context: User wants to analyze a specific Flutter file for compliance. user: 'Please review lib/pages/profile/profile_view.dart for any style or architecture violations' assistant: 'I'll use the flutter-code-analyzer agent to analyze the specific file for compliance with project standards.' <commentary>Since the user specified a particular file to analyze, use the flutter-code-analyzer agent with the specific file path.</commentary></example>
npx ai-builder add agent wagmi-upschool/flutter-code-analyzer