transformers/core/transformers_core library

Classes

NameSelector
Selects nodes by their name.
NodeSelector
A strategy for selecting nodes to be transformed.
NodeTransformer
A transformer that can modify how a Figma node is rendered as a Flutter widget.
PredicateSelector
Selects nodes using a custom predicate function.
TransformContext
A class that represents the context in which a node transformation happens.
TransformerManager
A manager that applies transformations to a Figma node tree.
TypeSelector
Selects nodes by their type.

Typedefs

NodeTransformerFunction = Widget Function(TransformContext context)
A function that transforms a Figma node into a Flutter widget.