Skip to content

Milestones

List view

  • By EOW (Thursday Sept 25th): An existing Flutter project with a Genkit agent backend, can install a pub package on the client app and complete a server-side integration (e.g. by copying example code or installing an npm package), define some widgets that will be used in the conversation, and do some coding to connect it into the chatbot interface. Users can interact with the widgets and those interactions go back to the agent for an inference. The agent responds with text or other graphical widgets (or considers its job done). The agent is choosing either a single widget from the catalog, or is composing some widgets together and laying them out in simple ways. Yay!! We'll have delivered on our commitment to have an initial version of our GenUI library in the public, useful for client-side agents and server-side agents whose UX's are primarily chat-bot-y (conversational UI). Message: "Now with support for server-side agents built in Genkit" Summary: the above, but also: server-side agent (Genkit) The server's responses are compatible with the client, even if not all clients have the the latest widget set single widget or basic widget composition

    Due by September 26, 2025
    2/3 issues closed
  • Make our package public! No marketing moment. Message: "Give your chatbot a GUI with our GenUI library for Flutter." By EOW: (Thursday August 28th, because we never push/publish on a Friday): An existing Flutter project, using Firebase AI Logic, can install a pub package from pub, define some widgets that will be used in the conversation, and do some coding to connect it into the chatbot interface. Users can interact with the widgets and those interactions go back to the agent for an inference. The agent responds with text or other graphical widgets (or considers its job done). We've removed some toil in doing the integration of widgets to the agent, but some remaining toil is OK. Summary: public package for Flutter apps client-side agent example app demonstrates integration with Firebase AI logic, but no direct dependency from SDK to Firebase AI Logic widget selection used in a conversational response scenario user providing all widgets for the catalog single widget and very basic widget composition

    Overdue by 14 day(s)
    Due by August 29, 2025
    41/47 issues closed