fl_select_genui 0.1.0
fl_select_genui: ^0.1.0 copied to clipboard
GenUI SDK (A2UI) integration for fl_select: ready-made CatalogItems so AI agents can render fl_select filters in chat and get selections back as structured query data.
0.1.0 #
-
FEATURE Add
tabNav,sideNavandexpandableas first-classdelegatetokens. -
IMPROVEMENT Route all
delegatetokens to fl_select's single-purpose delegates instead of the deprecated dual-mode paths — rendering is unchanged for existing payloads.
0.0.1 #
-
Initial experimental release.
-
FEATURE Add
FlSelectCatalogItems.selectFilter: renders a fl_select panel (SelectView) from an agent-authored JSON payload — delegate (list / grid / flatten / cascading),selectionMode,crossAxisCount, and anentriestree in theSelectEntryCodecformat. -
FEATURE Add selection write-back: user selections are stored at
<id>.valueas aMap<String, List<String>>(same shape as fl_select'stoQueryMap()). -
FEATURE Add
FlSelectCatalogItems.systemPromptFragmentand catalog registration helpers (.asCatalog()/.all). -
Invalid agent payloads render an inline error card instead of crashing.