fix for several input errors and a gemini function handling fix#140
Merged
csells merged 6 commits intoflutter:mainfrom Jul 13, 2025
Merged
fix for several input errors and a gemini function handling fix#140csells merged 6 commits intoflutter:mainfrom
csells merged 6 commits intoflutter:mainfrom
Conversation
…r_ai into input-improvements
… & Android) flutter#100 by allowing uses to provide their own speech-to-text implementation
…ge to the image_update.dart example because it simulates files of all kinds.
…s and prompt (111)
domesticmouse
approved these changes
Jul 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow auto-focus overwrite on the
LlmChatViewfor certain UX scenariosStrip trailing newlines out of speech-to-text output (it was just ugly)
Allow provide your own speech-to-text implementation in case the built-in LLM-based solution is not cutting the mustard
Fixed the function calling implementation to handle multiple tool calls. This gives the
FirebaseProviderthe inner loop to keep calling functions requested by Gemini until it gets all the info it needs to provide its response.Update edit canceling to reset the attachments and prompt.
issues fixed by this PR
If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].
Pre-launch Checklist
///).