fl_select_genui 0.3.0
fl_select_genui: ^0.3.0 copied to clipboard
GenUI SDK (A2UI) integration for fl_select: ready-made CatalogItems so AI agents can render fl_select selection components in chat and get selections back as structured query data.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fl_select_genuiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fl_select_genui: ^0.3.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:fl_select_genui/fl_select_genui.dart';