We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a893173 commit 6a52639Copy full SHA for 6a52639
packages/chat_bottom_container/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.2.0
2
+
3
+* Support switching to other panel, the input box gets the focus and displays the cursor.
4
+* Record keyboard height to optimize user experience next time.
5
6
## 0.1.0
7
8
* Adjust keyboard height listener manager logic.
packages/chat_bottom_container/pubspec.yaml
@@ -1,6 +1,6 @@
name: chat_bottom_container
description: "A Flutter package for managing the bottom container of the chat page"
-version: 0.1.0
+version: 0.2.0
repository: https://github.com/LinXunFeng/flutter_chat_packages/tree/main/packages/chat_bottom_container
issue_tracker: https://github.com/LinXunFeng/flutter_chat_packages/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+chat_bottom_container%22
0 commit comments