fl_select_genui 0.0.1
fl_select_genui: ^0.0.1 copied to clipboard
GenUI SDK (A2UI) integration for fl_select. Provides ready-made CatalogItems so conversational AI agents can render fl_select filter widgets inside chat surfaces and receive user selections as structu [...]
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.0.1Alternatively, 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';