bubble icon indicating copy to clipboard operation
bubble copied to clipboard

Speech bubble for Flutter

Results 19 bubble issues
Sort by recently updated
recently updated
newest added

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....

![Screen Shot 2021-11-23 at 12 30 50](https://user-images.githubusercontent.com/27597344/142985598-e873deda-1e67-4f56-aecf-f4da78ca1e96.png) 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 ![image](https://user-images.githubusercontent.com/47807522/117116261-b9f37b80-adc0-11eb-844d-e9c3103be45f.png)

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. ![Capture d’écran 2019-10-31 à 09 (1)](https://user-images.githubusercontent.com/17573481/67930962-34867e00-fbc1-11e9-9ea7-f4ce8f92fcdb.png) ![Screenshot (31 oct (1)](https://user-images.githubusercontent.com/17573481/67930966-37816e80-fbc1-11e9-83c2-76304297b77c.png)

bug

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...