Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps firebase_core, firebase_ai, firebase_auth and firebase_app_check. These dependencies needed to be updated together.
Updates firebase_core from 3.15.2 to 4.0.0

Commits

Updates firebase_ai from 2.3.0 to 3.0.0

Updates firebase_auth from 5.7.0 to 6.0.0

Commits

Updates firebase_app_check from 0.3.2+10 to 0.4.0

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

gspencergoog and others added 30 commits July 18, 2025 12:35
This commit completes the migration from a WebSocket-based server to an
in-process AI server running in a Dart isolate.

The following changes are included:
- The client now spawns an isolate for the AI server.
- Communication between the client and server is handled using json_rpc_2
  over a StreamChannel.
- UI event handling is implemented to allow user interactions to be sent
  to the server.
- Error handling is added to gracefully manage exceptions from the AI
  client.
- Tests have been updated to reflect the new architecture, including
  tests for UI events and error conditions.
This change introduces the core functionality of the application, allowing for the dynamic generation of user interfaces from a JSON definition provided by a generative AI model. It includes the necessary schema, models, and UI rendering logic to support a variety of Flutter widgets. User interactions are now fed back to the AI, enabling stateful and interactive application experiences.
This commit refactors the application's core purpose from a general UI generator to a more focused tool for creating elicitation UIs in response to user queries. The app now functions as a chat-based experience where the AI can either respond with text or generate a UI to gather more information.

Key changes include:

- **Schema and Server Logic:** The output schema was fundamentally changed to support a list of actions (`add`, `update`, `delete`) on UI surfaces, rather than a single UI definition. This allows the AI to manipulate multiple UI elements in the chat history at once. The server logic was updated to handle these actions and manage conversation history across multiple surfaces.

- **Elicitation-focused Prompting:** Prompts sent to the AI, especially in response to UI events, have been updated to guide the model towards eliciting information and updating the UI accordingly.

- **Chat-like UI:** The main UI was refactored to support a chat history that can contain both text responses from the AI and dynamic UI surfaces. This includes the ability to add, update, and delete UIs from the history.

- **Event Handling:** The UI event handling was improved by re-introducing a debouncer to coalesce rapid events like text field changes, reducing the number of calls to the AI.

- **Testing:** The entire test suite was overhauled to reflect the new application architecture. This included updating the  to produce action-based responses and modifying tests to handle the asynchronous nature of the UI updates.
gspencergoog and others added 14 commits July 25, 2025 10:36
Bumps [firebase_core](https://github.com/firebase/flutterfire/tree/main/packages/firebase_core), firebase_ai, [firebase_auth](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth) and [firebase_app_check](https://github.com/firebase/flutterfire/tree/main/packages/firebase_app_check). These dependencies needed to be updated together.

Updates `firebase_core` from 3.15.2 to 4.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_core-v4.0.0/packages/firebase_core)

Updates `firebase_ai` from 2.3.0 to 3.0.0

Updates `firebase_auth` from 5.7.0 to 6.0.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_auth-v6.0.0/packages/firebase_auth)

Updates `firebase_app_check` from 0.3.2+10 to 0.4.0
- [Release notes](https://github.com/firebase/flutterfire/releases)
- [Commits](https://github.com/firebase/flutterfire/commits/firebase_app_check-v0.4.0/packages/firebase_app_check)

---
updated-dependencies:
- dependency-name: firebase_core
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: firebase_ai
  dependency-version: 3.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: firebase_auth
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: firebase_app_check
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

Labels

The following labels could not be found: autosubmit. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

7 similar comments
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 30, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 31, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

1 similar comment
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 1, 2025

Dependabot couldn't find a pubspec.yaml. Because of this, Dependabot cannot update this pull request.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/pub/pkgs/genui_client/multi-3a4e016c4c branch August 5, 2025 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants