chat_flutter 1.1.0 chat_flutter: ^1.1.0 copied to clipboard
A Flutter plugin toolkit for displaying chat records. Supporting basic content display of images, files, voice, text, and videos.
1.1.0 #
Add image preview function.
Below is a list of newly added parameters.
Detailed content can be viewed README.md
or README_CN.md
.
Name | Type | Describe | Default value |
---|---|---|---|
isOpenPreviewImage |
bool |
是否开启图片预览 | false |
previewImageLongPressMenu |
List<String> |
Preview Image Long Press to Display Menu | -- |
onPreviewImageTapMenu |
Function(String data, int index, List<String> menuList) |
Preview Image Menu Click Callback | -- |
customPreviewImageCallback |
Function(String imagePath) |
Custom preview image callback. Note: When passing this parameter, the preview scheme provided by the library will no longer be used. | -- |
customLongPress |
Function(BuildContext context) |
Custom long press image display callback | -- |
1.0.10 #
Optimize known issues.
1.0.9 #
Optimize known issues.
1.0.8 #
Optimize.
1.0.7 #
Adjusting and optimizing the UI layout
1.0.6 #
Adjusting and optimizing the UI layout
1.0.5 #
Adjustment structure.
1.0.4 #
Optimize known issues.
1.0.3 #
Add customization of chat time record subject and style.
1.0.2 #
Optimize known issues.
1.0.1 #
Optimize known issues.
1.0.0 #
chat_flutter
Officially released.