bubble
bubble copied to clipboard
Speech bubble for Flutter
I get UnimplementedError with the following stack trace when trying to show a bubble with HTML renderer for Flutter web: ``` dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 251:49 throw_ lib/ui/src/ui/path.dart 72:5 combine packages/bubble/bubble_clipper.dart 195:23 getClip...
Hi. first of all thanks for the good work. It will be great if bubble support the reaction feature. an emoji located at the bottom of the message like telegram....
 It is ok when the text is only 1 line. But when the text is 2 lines, there is a trailing gap, which...
This PR adds additional BubbleNips: - topRight - topLeft - topCenter - bottomRight - bottomLeft - bottomCenter
When i use this package in Row and write some words code is giving an error overflowed.How to solve this problem?
like this 
Would it be possible to have a Nip in the center of the bubble? Top and bottom?
Bubble with nip are not showed in Flutter Web.  
Hello, I have the following code to implement a dynamic list of chat bubbles. The issue is that in the setState the bubbles are not redrawn. Could you please provide...
Bubble won't clip the child widget in `v1.2.1`,but it works in`v1.1.9+1`. Because in `v1.2.1` it uses `BubblePainter` to wrap a child widget which won‘t clip the child widget, while in...