Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gemini/GEMINI.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ There are three renderers available for A2UI:

- **Web (Lit)**: Located in `renderers/lit`, this is the primary web renderer used by the demos in `web/`.
- **Angular**: Located in `angular/projects/lib`, this is an alternative web renderer for Angular applications.
- **Flutter**: The Flutter renderer is in a separate repository: [https://github.com/flutter/genui](https://github.com/flutter/genui)
- **Flutter**: The Flutter renderer is in a separate repository: [https://github.com/flutter/genui](https://github.com/flutter/genui). There is a placeholder renderer folder with a README.md file at `renderers/flutter`.

## Keeping This Guide Updated

Expand Down
8 changes: 8 additions & 0 deletions renderers/flutter/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Flutter Gen UI SDK

The [Flutter Gen UI SDK](https://github.com/flutter/genui) is the official Flutter renderer for A2UI.

Key packages from the Flutter Gen UI SDK include:

* [`genui`](https://pub.dev/packages/genui): The core framework for employing Generative UI in Flutter applications.
* [`genui_a2ui`](https://pub.dev/packages/genui_a2ui): This package specifically allows the Flutter Gen UI SDK to act as a renderer for UIs generated by an A2UI backend agent, integrating with the A2UI protocol.
Loading