pubghost 1.0.7
pubghost: ^1.0.7 copied to clipboard
A CLI tool to find unused translations, dependencies or classes in a Flutter project.
1.0.7 #
- Added the ability to chain arguments.
- Added pattern-based ignoring for classes via
ignore_classesinpubspec.yaml(supports exact matches and regex patterns). - Updated args: (-d (--deps), -t (--intl), -c (--widgets)).
1.0.6 #
- Added the ability to ignore certain dependencies
1.0.5 #
- Fixed a small issue where scanner was also finding translations from dependencies.
1.0.4 #
- Lowered min sdk to >3.0.0 < 4.0.0
1.0.3 #
- Updated pub description.
1.0.2 #
- Added scanning for unused tranlations.
- Updated README.md.
1.0.1 #
- Made test version.
- Added scanning for unused classes.
1.0.0 #
- Initial version.