| name | flutter-patterns |
| description | Reference patterns for Flutter widget composition, testing, security, performance, and animations. Use when you need quick reference for standard patterns. |
Flutter Patterns Skill
This skill provides quick-reference patterns for common Flutter development tasks in the Patrimonium project.
Available Patterns
- Widget Patterns: Cards, lists, forms, dialogs, bottom sheets, empty/error states, responsive layouts
- Testing Patterns: Unit tests, widget tests, Riverpod provider tests, mocktail mocks, test helpers
- Security Patterns: Secure storage, HTTPS enforcement, input validation, code obfuscation, logging safety
- Performance Checklist: Pre-deployment performance verification for widgets, lists, images, state, memory, and builds
- Animation Patterns: Implicit animations, explicit animations, page transitions, list animations, hero animations
Each pattern file is in the patterns/ subdirectory.
Patterns adapted from flutter-claude-code by @cleydson.