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 when a reusable package contains platform implementations or must coordinate multiple packages.
Keep the app-facing API platform-neutral and map native failures into documented Dart behavior. Provide an explicit unsupported-platform result instead of allowing a late missing-plugin failure.
Choose channels, a typed generated contract, FFI, JS interop, or platform views based on the native API and target platforms. Apply flutter-platform-integration for the detailed native boundary, lifecycle, threading, memory, permission, and view-embedding work.
A federated plugin separates the app-facing package, platform interface, and platform implementations. Accept that versioning and compatibility cost only when at least one of these is real:
Do not split a small app-owned bridge or single-team plugin into multiple packages by default.
Keep the platform interface difficult to implement accidentally, version it compatibly, and test registration and fallback behavior. Applications should normally depend on the app-facing package, not an implementation package, unless a non-endorsed override is intentional.
For every claimed platform, verify registration, normal results, mapped failures, permissions, attach/detach behavior, repeated engine instances where applicable, and release-mode linking. Test the oldest and newest interface/implementation combinations permitted by constraints when compatibility across independently released packages matters.
An example app should demonstrate required configuration and provide a repeatable integration fixture. Compilation on one host platform does not prove all declared platforms work.
.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