widget library

Classes

VyuhContentWidget<T extends ContentItem>
A versatile content widget that handles both single and list content items. It interacts with the ContentPlugin (either directly or via VyuhBinding) to fetch content from the CMS.

Typedefs

DocumentBuilder<T extends ContentItem> = Widget Function(BuildContext, T)
A widget that renders a Document from the CMS.
DocumentListBuilder<T extends ContentItem> = Widget Function(BuildContext, List<T>)
A widget that renders a list of Documents from the CMS.