transformers/transformers library
Classes
- GestureTransformer
- A transformer that makes a Figma node respond to various gestures.
-
ListTransformer<
T> - A transformer that converts a Figma node into a dynamic list.
- 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.
- TextTransformer
- A transformer that replaces text content in a Figma text node.
- 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.
- WidgetTransformer
- A transformer that replaces a Figma node with a completely custom widget.
Typedefs
- NodeTransformerFunction = Widget Function(TransformContext context)
- A function that transforms a Figma node into a Flutter widget.