excerpta 1.0.6
excerpta: ^1.0.6 copied to clipboard
A smart dead code detector for Dart and Flutter, with built-in support for MobX, GetIt, and clean architecture idioms.
1.0.6 #
- Fixed AST parser compatibility issues with
analyzerAPI getters. - Pinned
analyzerdependency to^6.4.0for static analysis stability.
1.0.5 #
- Added
example/example.dartfor package pub points compliance. - Expanded
analyzerdependency range (>=6.0.0 <15.0.0) to support modern Dart SDKs.
1.0.4 #
- Added inline documentation comments for pub points optimization.
- Relaxed dependency constraints to support modern Dart SDKs.
- Updated README and CHANGELOG details.
1.0.3 #
- Updated CHANGELOG.md and README documentation.
1.0.2 #
- Updated package documentation and CLI usage details.
1.0.1 #
- Linked official GitHub repository and issue tracker.
1.0.0 #
- Initial release.
- Added AST analyzer for Dart and Flutter projects.
- Added special support for MobX stores and GetIt dependency injection.