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
flutter-notifications.Read the application's target SDK before prescribing manifest declarations or permissions. Foreground services require an ongoing notification, a declared service type, corresponding permissions where applicable, and a lawful start path. Modern Android restricts starting them from the background, applies while-in-use permission rules to location, camera, microphone, and health data, and may impose type-specific time limits.
Persist only compact job identifiers and durable input. Re-read authorized data when execution begins; do not serialize credentials or stale UI state into scheduler payloads. Make the job idempotent because retries, replacement, reboot recovery, and process interruption can repeat work.
Return retry only for conditions likely to recover and use bounded backoff. Treat invalid input, revoked authorization, and unsupported configuration as terminal outcomes. Cancel or invalidate account-scoped work during sign-out and data deletion.
Test constraints, unique-work policy, retry/backoff, cancellation, and input compatibility. On a representative device or emulator, exercise app backgrounding, force-stop/process death where the platform contract supports recovery, reboot when claimed, restricted network/power, foreground-service start restrictions, notification visibility, and timeout handling. Distinguish force-stop semantics from ordinary process death.
.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