excerpta 1.0.1
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
Storeclasses and generated_$Classmixins, 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