You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply Dart analyzer context boundaries to complexity source discovery, preventing nested SDKs and tool-managed checkouts from being parsed as project source.
Normalize complexity target and discovered file paths before context checks.
Preserve explicit analysis of projects located under tool-named paths; no .fvm-specific exclusion was added.
Verification
Reproduced the v1.2.3 .fvm/flutter_sdk/packages/flutter/test_fixes/services/services.dart failure before the fix and confirmed it passes afterward.
105 tests passed locally and on Ubuntu, macOS, and Windows.
Lower-bound dependency analysis and the exact reproduction passed.
dart pub publish --dry-run completed with zero warnings.