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
Testing on physical devices, simulators, and emulators proves real platform runtime behavior, permissions, and native bridge integration that cannot be replicated in unit or widget tests.
flutter devices to list connected devices, emulators, and desktop/browser engines.-d <device-id>):
flutter devices
flutter run -d emulator-5554 --flavor stagingadb uninstall, xcrun simctl uninstall) or clearing application data (pm clear) destroys local databases, caches, preferences, and user-owned test data. Treat uninstallation as a destructive action requiring an explicit data-preservation and authorization decision rather than routine cleanup.adb -s <id> uninstall com.example.app.staging
xcrun simctl uninstall <id> com.example.app.stagingWhen an application fails to start or crashes during execution:
flutter logs or direct logcat:
adb -s <id> logcat -d -s flutter:V AndroidRuntime:Excrun simctl spawn <id> log stream --predicate 'process == "Runner"'Verify app behavior under real OS lifecycle transitions:
.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
flutter-runtime-debugging
flutter-security
flutter-state-management
flutter-testing
flutter-ui-design
flutter-ui-patterns
flutter-visual-effects