flutter-quill
flutter-quill copied to clipboard
Dynamic Width
Is there an existing issue for this?
- [X] I have searched the existing issues
Use case
My issue is about [Mobile]
I am using this library to display html messages in a chat format. I would like to make it so that the bubbles don't take more width than they need, but dynamically change width to match the amount of text.
Proposal
I would like to be able to set the TextWidthBasis on a QuillEditor so it will change the RichTextProxy's TextWidthBasis from TextWidthBasis.parent, to TextWidthBasis.longestLine so the chat bubbles will not be larger than they need to be.
When will it be added? 😥 I'm still waiting.