flutter_chatview icon indicating copy to clipboard operation
flutter_chatview copied to clipboard

fix:🐛Reaction widget gets cutOff when it width is greater then messag…

Open jaiminrana05 opened this issue 2 years ago • 0 comments

… image message width.

Description

Before changes: we can see that when the reaction widget width is greater than the image message width then it gets cut-off. And also for other messages, it overflows from the screen width.

https://github.com/SimformSolutionsPvtLtd/flutter_chatview/assets/96230379/17ca690a-c5e6-43a0-b795-fa68bb0a6b20

After changes:

https://github.com/SimformSolutionsPvtLtd/flutter_chatview/assets/96230379/391e7aa3-65b8-43d4-86b9-b124a0964b0f

Note: The reaction widget background colour is change to red for getting a better understanding of this issue.

Checklist

  • [x] The title of my PR starts with a Conventional Commit prefix (fix:, feat:, docs: etc).
  • [x] I have followed the Contributor Guide when preparing my PR.
  • [ ] I have updated/added tests for ALL new/updated/fixed functionality.
  • [x] I have updated/added relevant documentation in docs and added dartdoc comments with ///.
  • [ ] I have updated/added relevant examples in examples or docs.

Breaking Change?

  • [ ] Yes, this PR is a breaking change.
  • [x] No, this PR is not a breaking change.

Related Issues

jaiminrana05 avatar Sep 29 '23 07:09 jaiminrana05