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
Identify the repository's Flutter/Dart source of truth: a checked-in version-manager file, CI pin, container image, or documented channel. Preserve it and update all consumers consistently; do not rely on whichever global Flutter happens to be installed.
For a Flutter SDK change, compare the current and target release notes, breaking-change guides, Dart language version, supported platform/toolchain requirements, and plugin compatibility. Treat skipped stable releases as cumulative migrations. Use dart fix --dry-run or equivalent current tooling to inspect available source migrations before applying and reviewing them.
For packages, use dart pub outdated or the Flutter wrapper to distinguish Current, Upgradable, Resolvable, and Latest. Latest is not automatically compatible. Upgrade one package or a related cohort when their APIs and generators must move together; avoid a blind collection-wide --major-versions change in a production repository.
Application repositories normally commit their lockfile for reproducible deployments. Published packages generally validate a supported constraint range and normally do not commit the root lockfile; preserve the repository's established and current Pub policy.
If the upgrade changes runtime behavior, add a focused regression test or device check. Do not mix unrelated architecture, formatting, or design refactors into the migration diff.
.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