excerpta 1.0.9 copy "excerpta: ^1.0.9" to clipboard
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 ClassDeclaration AST name extraction across multiple analyzer API versions.
  • Ensured zero static analysis errors on pub.dev package scoring bot.

1.0.8 #

  • Fixed runtime NoSuchMethodError by replacing dynamic property access with ClassDeclaration.name.lexeme.
  • Improved cross-version compatibility across analyzer 6.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 analyzer API getters.
  • Pinned analyzer dependency to ^6.4.0 for static analysis stability.

1.0.5 #

  • Added example/example.dart for package pub points compliance.
  • Expanded analyzer dependency 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.
1
likes
160
points
427
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A smart dead code detector for Dart and Flutter, with built-in support for MobX, GetIt, and clean architecture idioms.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

analyzer, path

More

Packages that depend on excerpta