flutter_dependency_doctor 0.1.1
flutter_dependency_doctor: ^0.1.1 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