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 to make error coverage explicit instead of assuming one global handler sees everything.
FlutterError.onError details to the established reporter.PlatformDispatcher.instance.onError and return the truthful handled status.Do not wrap an existing startup sequence in a zone merely by habit. Zones, dispatchers, framework handlers, and vendor integrations can overlap; preserve existing initialization and verify each controlled failure arrives once.
Normalize errors at an adapter boundary. Attach release/build, environment, platform, current operation, and safe correlation context. Preserve the original exception and stack when the vendor supports it. Use stable fingerprints only when default grouping is demonstrably wrong; overly broad fingerprints hide distinct failures.
Provide a safe user fallback for build/render failures where the product requires it, without exposing exception text. An error widget is UX recovery, not a substitute for reporting or fixing the failure.
Use controlled non-production fixtures for a framework error, async root-isolate error, and child-isolate error when the app uses isolates. Confirm single ingestion, symbolicated stack quality, correct release/environment, and no secret leakage. Remove or protect deliberate crash triggers before shipping.
.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