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
Use this reference only when the project already uses these packages or their capabilities justify evaluating them against the existing architecture.
Flutter AI Toolkit provides chat-oriented UI capabilities such as streaming responses, rich text, voice input, attachments, function calls, response widgets, and conversation persistence. Treat it as a presentation and interaction option, not as authority to replace the project's service, state, networking, or persistence boundaries.
Before adopting it, inspect current Flutter SDK constraints, provider adapters, supported platforms, accessibility, theming, customization needs, and testability. Keep provider credentials behind the service boundary; the widget layer should not own a reusable secret.
Test loading, streaming, cancellation, errors, keyboard and focus behavior, large text, screen readers, long conversations, attachment failures, and restoration on each supported target.
Flutter's GenUI capability is experimental. Do not make it a production default or rewrite a stable UI around it merely because the feature involves AI. Use it only when generative UI is an explicit product requirement and the user accepts its maturity and compatibility constraints.
Constrain generative output to a reviewed component catalog and validated data contracts. Keep actions behind the same authorization and confirmation boundaries as ordinary tool calls. Provide deterministic loading, unsupported, invalid-output, and fallback experiences, and verify accessibility and layout across target form factors.
.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