graph/src/builder/dependency_analyzer library
Classes
- WidgetClassGlobalDependencies
- Tracks which global resources a widget class actually uses.
Functions
-
extractComponentKeys(
FFNode node) → Set< String> - Extract component keys used within a node tree.
-
extractComponentRefs(
FFNode node) → Set< ComponentRef> - Extract structured component references from a node tree.
Typedefs
- ComponentRef = ({String key, String? libraryProjectId})
- A structured component reference with optional library project ID.