smartpub 1.0.6
smartpub: ^1.0.6 copied to clipboard
Smart Flutter dependency analyzer that cleans and organizes pubspec.yaml by detecting unused, misplaced, and duplicate dependencies.
π Changelog #
1.0.6 β 2026-02-22 #
π Bug Fixes #
- Fixed a bug where the update notification could appear even if the tool was up-to-date.
1.0.4 β 2026-02-09 #
π Documentation #
- Updated example documentation with comprehensive usage scenarios
- Added interactive mode examples with sample outputs
- Included category override examples with
group-overrides.yaml - Updated CI/CD integration examples to use new command syntax
- Improved quick start guide with all available commands
1.0.3 β 2026-02-09 #
π Bug Fixes #
- Fixed "Category not found" error causing app crashes when API returns error responses
- Improved null safety across all JSON parsing operations
- Enhanced error handling to gracefully handle malformed API responses and missing data fields
π Improvements #
- Better resilience when categorization API is unavailable or returns unexpected data
- Application continues execution with safe defaults instead of crashing on data errors
1.0.2 β 2026-02-08 #
β¨ Whatβs New #
- New simplified CLI commands:
check,clean,group,restore,update - Preview-first workflows for both unused dependency detection and categorization
- Interactive categorization with clearer prompts and progress indicators
- Visual confirmation when keeping suggested categories during interactive grouping
π What Changed #
checkis now the default command when no arguments are provided- Categorization is faster and more reliable with automatic caching
- Help output is clearer and easier to understand for new users
π Improvements #
- Faster categorization performance
- Clearer error messages for invalid command usage
- Safer workflows with restore guidance after changes