falcon_cli 0.1.0
falcon_cli: ^0.1.0 copied to clipboard
Rust-powered static analysis for Flutter/Dart. AI Code Score, 58+ rules, MCP server, and CI integration. The only linter designed for AI-generated code.
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