smartpub 1.0.1
smartpub: ^1.0.1 copied to clipboard
The smart way to manage Flutter dependencies. A powerful Flutter dependency analyzer that cleans and organizes your pubspec.yaml by detecting unused, misplaced, and duplicate dependencies.
Changelog #
All notable changes to SmartPub will be documented in this file.
1.0.1 - 2025-10-20 #
Changed #
- ๐ง Improved Dev Dependencies Handling - Dev dependencies are no longer flagged as unused, allowing for more flexible development tooling
- ๐ฏ Smarter Dependency Analysis - Only suggests moving dev dependencies to main dependencies when they're used in
lib/
orbin/
directories - ๐ Better User Experience - Reduces noise by not flagging legitimate unused dev dependencies (build tools, linters, etc.)
1.0.0 - 2025-10-18 #
Added #
- ๐ Smart Dependency Analysis - Comprehensive scanning of Dart files to detect dependency usage patterns
- ๐งน Auto-Fix Mode - Automatically removes unused dependencies and fixes misplaced ones
- ๐ค Interactive Mode - Prompts for user confirmation before making changes
- ๐ก๏ธ Safety Backup System - Creates automatic backups before modifications with easy restore
- ๐ Duplicate Detection - Identifies and resolves duplicate dependencies with version conflict detection
- ๐ Universal Platform Support - Works with Flutter projects targeting Android, iOS, Web, macOS, Windows, and Linux
Stable Release #
This is the stable release of SmartPub, providing a complete solution for Flutter/Dart dependency management and cleanup. Works with Flutter projects targeting any platform.