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
A helper isolate spawned by a running Flutter engine is not the same as an OS-launched headless engine or callback after process recreation.
RootIsolateToken plus BackgroundIsolateBinaryMessenger.ensureInitialized only when platform-plugin access from that isolate is supported and required.Initialize only the dependencies the job needs. Avoid UI bindings, navigation, widget-owned state, and assumptions that main() has run normally. Re-open storage and transports safely, use a background-safe authentication path, and close handles before reporting completion.
Assume at-least-once execution unless the platform and backend prove otherwise. Give each logical operation a durable identity, make side effects idempotent, and store a small state machine such as queued, running lease, succeeded, retryable failure, or terminal failure. Recover expired leases after interruption.
Bound retries by attempt, age, and business relevance. Add jitter where many devices could retry together. Preserve causal error detail without logging tokens, payload secrets, or sensitive records. Reconcile foreground state from durable data when the app resumes rather than trying to push directly into disposed UI state.
Test the pure job handler with fake time, transport, and storage. Cover duplicate invocation, process interruption after the remote side effect but before local commit, credential expiry, cancellation, malformed old payloads, retry exhaustion, and sign-out invalidation. Native tests should prove callback registration and plugin availability in the actual headless path.
.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