dart-resolve-package-conflicts

dart resolve package conflicts

dart-lang 411 ↓ 10k BSD-3-Clause updated 28d ago
Claude Code
View source ↗

What it does

  • Core Concepts
  • Version Constraints
  • Workflow: Auditing Dependencies
  • Workflow: Upgrading Dependencies
  • Workflow: Resolving Version Conflicts
  • Current: The version currently recorded in pubspec.lock.
  • Upgradable: The latest version allowed by the constraints in pubspec.yaml. dart pub upgrade resolves to this.

Requirements & configuration

  • [ ] Review the Resolvable column to identify packages that require constraint modifications in pubspec.yaml to update.

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

dart resolve package conflicts

Source

Repository: https://github.com/dart-lang/skills

dart-resolve-package-conflicts FAQ

What does the dart-resolve-package-conflicts skill do?

Workflow for fixing package version conflicts. Use this when `pub get` fails due to incompatible package versions. Core Concepts Version Constraints

What does dart-resolve-package-conflicts require?

[ ] Review the Resolvable column to identify packages that require constraint modifications in pubspec.yaml to update.

How do I install dart-resolve-package-conflicts?

Run: npx -y skills add https://github.com/dart-lang/skills --skill dart-resolve-package-conflicts --agent claude-code — the source lives at github.com/dart-lang/skills.

Maintain dart-resolve-package-conflicts?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

dart-resolve-package-conflicts on getagentictools
[![dart-resolve-package-conflicts on getagentictools](https://getagentictools.com/badge/skills/dart-lang-skills-dart-resolve-package-conflicts.svg)](https://getagentictools.com/skills/dart-lang-skills-dart-resolve-package-conflicts?ref=badge)
npx agentictools info skills/dart-lang-skills-dart-resolve-package-conflicts

The second line is the CLI lookup for this page — handy in READMEs and docs.