dep_audit 0.1.1
dep_audit: ^0.1.1 copied to clipboard
A lightweight dependency & package health auditor for Dart/Flutter projects.
0.1.1 #
- ✨ Comprehensive API Documentation: Added complete dartdoc comments to all public APIs
- 📖 Example Usage: Added example directory with sample code and README
- 🔧 Code Quality: Enhanced with analysis_options.yaml and lint rules
- 🐛 Bug Fixes: Fixed string interpolation issues throughout codebase
- 📚 Better Documentation: Improved pub.dev score with complete documentation
0.1.0 #
- Initial release of
dep_audit. - Core features: outdated, unused, and discontinued dependency checks.
- Console and JSON reporting.