flutter_dependency_doctor 0.1.0 copy "flutter_dependency_doctor: ^0.1.0" to clipboard
flutter_dependency_doctor: ^0.1.0 copied to clipboard

An intelligent dependency health and optimization tool for Dart and Flutter projects.

🩺 Flutter Dependency Doctor #

Flutter Dependency Doctor is a command-line tool built with Dart to help Flutter and Dart developers understand and maintain their project's dependencies.

It analyzes pubspec.yaml and pubspec.lock, builds a dependency graph, checks package health, detects outdated packages, and identifies packages requiring attention.

🚀 Current Features #

  • 📦 Analyze direct and development dependencies
  • 🌳 Build and display dependency graphs
  • 🔗 Inspect transitive dependencies
  • ❤️ Package health scoring
  • ⚠️ Detect packages requiring attention
  • 🔄 Check package versions against the latest available version
  • 🗑️ Detect critical/deprecated packages
  • 🖥️ Clean CLI output
  • 📋 Multiple CLI commands
  • 🧩 Built with Dart

🛠️ Commands #

dart run flutter_dependency_doctor
3
likes
0
points
188
downloads

Publisher

unverified uploader

Weekly Downloads

An intelligent dependency health and optimization tool for Dart and Flutter projects.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, http, pub_semver, yaml

More

Packages that depend on flutter_dependency_doctor