Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.9.1
* fix [#96](https://github.com/flutter/ai/issues/96): nput field overlap issue
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the I to the start of "nput field" please.


## 0.9.0
* added support for tool calls to the Gemini and Vertex providers. Check out the
new `function_calls` example to see it in action. Thanks to @toshiossada for
Expand Down
1 change: 1 addition & 0 deletions lib/src/views/chat_text_field.dart
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class ChatTextField extends StatelessWidget {
hintText: hintText,
hintStyle: hintStyle,
contentPadding: hintPadding,
isDense: false,
),
);
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_ai_toolkit
description: >-
A set of AI chat-related widgets for Flutter apps targeting
mobile, desktop, and web.
version: 0.9.0
version: 0.9.1
repository: https://github.com/flutter/ai

topics:
Expand Down