scale_guard 0.4.1
scale_guard: ^0.4.1 copied to clipboard
Deterministic CLI for detecting architectural scale risks in Flutter projects.
ScaleGuard Example #
Install:
dart pub global activate scale_guard
Run inside a Flutter project:
scale_guard scan .
Run with JSON output:
scale_guard scan . --json
Run with a minimum score threshold:
scale_guard scan . --fail-under 70