undead 0.1.1
undead: ^0.1.1 copied to clipboard
Reachability and dead/unused declaration analysis for Dart and Flutter packages.
0.1.1 #
- Support
--suggest-privateflag to detect unexported top-level declarations that can be made library-private (#45). - Add
suggestPrivateoption toUndeadOptions,UndeadReport.privateCandidatesFound,UndeadClassification.privateCandidate, andSuggestedAction.makePrivate. - Require
package:analytica ^0.1.1.
0.1.0 #
- Initial release of reachability and dead/unused declaration analyzer.
- Support for CLI execution, package entrypoint harvesting, and Flutter/test framework adapters.
- Deterministic analysis modes: open-world (libraries) and closed-app (standalone/executables).
- Custom suppression directives:
// undead:ignoreand// undead:ignore_for_file.