flutter_chatview
flutter_chatview copied to clipboard
fix:🐛Reaction widget gets cutOff when it width is greater then messag…
… 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
docsand added dartdoc comments with///. - [ ] I have updated/added relevant examples in
examplesordocs.
Breaking Change?
- [ ] Yes, this PR is a breaking change.
- [x] No, this PR is not a breaking change.