-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat 调整会话相关组件,增加更多可扩展公开内容以及部分bug修复 #35
Open
JiangJuHong
wants to merge
24
commits into
TencentCloud:main
Choose a base branch
from
JiangJuHong:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…me中,但是此开源库无修改TUITheme的权限,故而提取为组件参数) feat 增加参数:`inputIconColor`,设置输入框区域的图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数) feat 增加参数:`iconColor`,设置图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数) feat 增加参数:`iconColor`,设置图标颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数)
…_chat.dart) * feat 增加参数:`inputSoundBuilder`,语音组件显示构建器 ### [narrow.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field_layout%2Fnarrow.dart) * feat 增加参数:`soundBuilder`,语音组件显示构建器 ### [tim_uikit_text_field.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field.dart) * feat 增加参数:`soundBuilder`,语音组件显示构建器 ### [tim_uikit_send_sound_message.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_send_sound_message.dart) * feat 增加参数:`builder`,可由用户自定义组件渲染
…_chat.dart) * feat 增加参数:`inputPanelBackgroundColor`,设置输入框区域的背景颜色(注:此属性实际上应该放在TUITheme中,但是此开源库无修改TUITheme的权限,故而提取为组件参数) * feat 增加参数:`inputDecoration`,自定义输入框的Decoration ### [narrow.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field_layout%2Fnarrow.dart) * feat 增加参数:`inputDecoration`,自定义输入框的Decoration ### [tim_uikit_text_field.dart](lib%2Fui%2Fviews%2FTIMUIKitChat%2FTIMUIKitTextField%2Ftim_uikit_text_field.dart) * feat 增加参数:`inputDecoration`,自定义输入框的Decoration
# Conflicts: # example/pubspec.lock
…at%2Ftim_uikit_multi_select_panel.dart) * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580) ### [image_screen.dart](lib%2Fui%2Fwidgets%2Fimage_screen.dart) * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580) ### [center_play_button.dart](lib%2Fui%2Fwidgets%2Fcenter_play_button.dart)[image_screen.dart](lib%2Fui%2Fwidgets%2Fimage_screen.dart) * fix 修复image图片大小设置不生效的问题:引用: [https://github.com/flutter/flutter/issues/137580](https://github.com/flutter/flutter/issues/137580)
非常感谢您的贡献, 由于我们这个仓库是仅用于开源, 和实际开发仓库不一致. 我们会将您的贡献, 同步到我们实际开发仓库, 并在下个版本带上. 再次感谢您的支持. |
# Conflicts: # example/pubspec.lock # lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart # lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_last_msg.dart # lib/ui/widgets/image_screen.dart # pubspec.lock
# Conflicts: # example/pubspec.lock # lib/ui/views/TIMUIKitChat/TIMUIKitTextField/tim_uikit_text_field_layout/narrow.dart # lib/ui/views/TIMUIKitConversation/tim_uikit_conversation.dart # lib/ui/views/TIMUIKitConversation/tim_uikit_conversation_last_msg.dart
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.
详细改动:
tim_uikit_conversation_item.dart
avatarBuilder
,使用时可直接传入该构建器替换默认头像显示组件nickName
从 string 类型替换为 Widget 类型,并增加DefaultTextStyle保持原有样式不变tim_uikit_conversation.dart
tim_uikit_conversation_draft_text.dart
tim_uikit_conversation_last_msg.dart