excerpta 1.0.9
excerpta: ^1.0.9 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.9 #
- Fixed
ClassDeclarationAST name extraction across multipleanalyzerAPI versions. - Ensured zero static analysis errors on pub.dev package scoring bot.
1.0.8 #
- Fixed runtime
NoSuchMethodErrorby replacing dynamic property access withClassDeclaration.name.lexeme. - Improved cross-version compatibility across
analyzer6.x through 15.x+.
1.0.7 #
- Fixed ClassDeclaration AST getter compatibility for analyzer 14.x+.
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.