Flutter Development Guide
Use this skill for Flutter and Dart application work.
Use this skill for
- Flutter UI implementation
- Riverpod or Bloc state management
- GoRouter navigation
- responsive layouts
- performance tuning
- widget and integration testing
Working rules
- Prefer the simplest state model that matches the task.
- Use
constconstructors and rebuild control aggressively. - Profile before claiming a performance problem is solved.
- Keep platform-specific work explicit instead of burying it in shared widgets.
Read references as needed
references/widget-patterns.mdreferences/riverpod-state.mdreferences/bloc-state.mdreferences/gorouter-navigation.mdreferences/project-structure.mdreferences/performance.mdreferences/testing.mdreferences/platform-specific.mdreferences/forms.mdreferences/networking.mdreferences/localization.mdreferences/animations.md
Source: qianleigood/crawclaw — distributed by TomeVault.