lg-dependency-resolver

Diagnose Flutter and Dart dependency conflicts and build failures.

1|1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-dependency-resolver
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lg-dependency-resolver
Source: https://github.com/AshishYesale7/LGFlutterStarterKit/tree/main/.agent/skills/lg-dependency-resolver
Command: npx skills add https://github.com/AshishYesale7/LGFlutterStarterKit --skill lg-dependency-resolver

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill resolves common and complex issues encountered during Flutter and Dart development, including package conflicts, pub get failures, Gradle errors, and CocoaPods problems, preventing build interruptions.

Core Features & Use Cases

  • Diagnoses Specific Errors: Analyzes error output to pinpoint the exact cause of dependency or build failures.
  • Targeted Fixes: Provides precise steps to resolve issues, rather than generic commands.
  • Handles Multi-Platform Issues: Addresses problems specific to Android (Gradle) and iOS (CocoaPods).
  • Escalation Paths: Offers a tiered approach from soft resets to "nuclear" options for stubborn problems.
  • Use Case: When flutter pub get fails due to incompatible package versions, this Skill identifies the conflicting packages and guides the user through updating or overriding them.

Quick Start

Use the lg-dependency-resolver skill to fix the latest pub get failure by analyzing the error output.

Frequently Asked Questions about lg-dependency-resolver

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix Flutter pub get failures caused by incompatible package versions?

To fix Flutter pub get failures, you must diagnose specific version mismatches and SDK constraints. The resolver identifies conflicting packages and guides you through updating or overriding them to restore dependency synchronization.

Why does my Gradle build fail in Flutter and how can I resolve the errors?

Gradle build errors in Flutter often stem from platform-specific build tool problems or version conflicts. The resolver analyzes the error output to pinpoint the exact cause and provides targeted fixes rather than generic commands.

What is the best way to resolve CocoaPods issues during iOS Flutter builds?

Resolving CocoaPods issues during iOS Flutter builds requires addressing platform-specific dependency failures. The resolver diagnoses the specific build system failures and offers a tiered approach from soft resets to nuclear options.

Can I use this dependency resolver to fix both Android and iOS platform build failures?

Yes, you can use this dependency resolver to fix both Android and iOS platform build failures. It handles multi-platform issues by addressing Gradle errors on Android and CocoaPods problems on iOS.

What should I do when standard dependency overrides are not working for Dart package conflicts?

When standard dependency overrides fail for Dart package conflicts, you need an escalation path. The resolver offers a tiered approach, advancing from soft resets to nuclear options for stubborn build system failures.