Focused Agent Skills for complete Flutter and Dart app delivery.
72
90%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
When implementing complex motion or addressing accessibility in Flutter, apply these practices:
AnimationController for sequential or overlapping animations.Interval to a CurvedAnimation.SpringSimulation or FrictionSimulation for natural, interruptible gestures.AnimationController.animateWith(Simulation).Hero.tag is unique across the entire navigation stack per visual instance, not just by product ID.'$tabName-$productId') to avoid tag collisions.MediaQuery.disableAnimationsOf(context) or MediaQuery.accessibleNavigationOf(context).dispose() on AnimationController instances within the owning State's dispose() method.SingleTickerProviderStateMixin for one controller, or TickerProviderStateMixin for multiple. Never leak tickers across route changes..tessl-plugin
skills
dart-concurrency
dart-language
flutter-accessibility
flutter-ai-integration
flutter-animation
flutter-app-workflow
flutter-architecture
flutter-authentication
flutter-background-execution
flutter-build-release
flutter-ci-cd
flutter-code-review
flutter-dependency-upgrades
flutter-device-testing
flutter-figma-workflow
flutter-in-app-purchases
flutter-localization
references
flutter-networking
references
flutter-notifications
flutter-observability
flutter-openapi-client
flutter-package-development
flutter-performance
flutter-persistence
references
flutter-platform-integration
flutter-product-analytics
flutter-responsive-layout
references
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects