falcon_cli
Dart wrapper for Falcon — Rust-powered static analysis for Flutter/Dart.
Install
dart pub global activate falcon_cli
Note: Requires the Falcon Rust binary. Install with:
cargo install --git https://github.com/viveky259259/falcon
Usage
falcon ai-score . # AI Code Quality Score (0-100)
falcon analyze . # Full analysis
falcon check-perf . # Performance analysis
falcon provenance . # AI vs human code detection
See full documentation for all 74 commands.
License
MIT
Libraries
- falcon_cli
- Falcon CLI — Rust-powered static analysis for Flutter/Dart.