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 design analytics that remains meaningful across UI refactors, retries, and provider changes.
Write the product question, population, expected behavior, decision owner, and success criterion. Prefer the smallest event set that can answer it. Do not mirror every tap, widget lifecycle, state object, network call, or internal implementation detail into analytics.
Define each event with:
Use provider-recommended events when their semantics match, but do not force a business event into an inaccurate vendor name. Keep provider mapping behind an adapter and keep vendor types out of domain code.
Emit from the layer that knows the domain outcome. A button tap may express intent; a backend or entitlement result may express success. Do not emit the same event from a widget callback, state listener, route observer, and repository.
Use a stable event or operation identity when retries, process restart, queued delivery, backend forwarding, or multiple producers can duplicate an outcome. Decide whether at-most-once, at-least-once with downstream deduplication, or best-effort delivery matches the question. Analytics exact-once is not automatically guaranteed by an SDK call.
Revenue and purchase events must reflect verified purchase outcomes and consistent currency or value units. They must never cause entitlement changes.
Prefer adding compatible optional properties or a new clearly defined event over silently changing semantics. Track deprecated names and dashboard dependencies. Validate property cardinality and length before enabling high-volume collection; do not send free-form user content as an event dimension.
.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