excerpta 1.0.1 copy "excerpta: ^1.0.1" to clipboard
excerpta: ^1.0.1 copied to clipboard

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

✂️ Excerpta #

A smart, CLI-based dead code detector for Dart and Flutter projects, specially tailored for MobX, GetIt, and clean architecture patterns.

🚀 Features #

  • MobX Aware: Understands Store classes and generated _$Class mixins, avoiding false positives.
  • GetIt Compatible: Detects dependency injection registrations via generic types (e.g., GetIt.I.get<MyViewModel>()).
  • Zero Configuration: Works out of the box using Dart's native analyzer.

📦 Installation #

Activate the CLI globally using dart pub:

dart pub global activate excerpta
1
likes
0
points
427
downloads

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

unknown (license)

Dependencies

analyzer, path

More

Packages that depend on excerpta