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
Preserve the full solver error. Identify the incompatible package, which direct dependencies constrain it, whether the conflict is direct or transitive, the effective SDK constraint, dependency sources, prerelease use, workspace members, and any existing overrides. Use dart pub outdated --transitive, dart pub deps, dry-run resolution, and package publisher metadata as evidence where supported.
Do not delete or manually edit pubspec.lock to hide the graph. pub get tries to preserve locked versions where possible; pub upgrade intentionally seeks newer allowed versions. Choose the command that matches the requested scope and inspect its diff.
Prefer, in order:
Use dependency_overrides as a bounded experiment or temporary compatibility bridge, not evidence that an unsupported combination is safe. Keep the override visible, documented, tested, and removable; prefer pubspec_overrides.yaml for local experiments when repository policy excludes it from version control. Never use any or a broad override merely to silence the solver.
For Pub workspaces, inspect the shared root resolution and all members that constrain the package. Avoid stray nested lockfiles or package configs that shadow the workspace resolution.
Resolve without the diagnostic override when possible. Then analyze, test, regenerate, and build affected targets. For a published package, test the declared compatibility range or the project's supported lower-bound strategy, not only the newest lock resolution. Record any forced source, override, or fork as remaining debt.
.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