diff --git a/.gemini/GEMINI.md b/.gemini/GEMINI.md index 06d0faf3..8cdaa00f 100644 --- a/.gemini/GEMINI.md +++ b/.gemini/GEMINI.md @@ -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 diff --git a/renderers/flutter/README.md b/renderers/flutter/README.md new file mode 100644 index 00000000..d39a1194 --- /dev/null +++ b/renderers/flutter/README.md @@ -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. \ No newline at end of file