bubble 1.1.9 bubble: ^1.1.9 copied to clipboard
A Flutter widget for chat like a speech bubble in Whatsapp and others.
1.1.9 (2019-08-09) #
- Remake
stick
. Ifstick
set tofalse
, the right offset of bubble equal to the offset from the left, not taking into account the size of the nip. This allows the bubbles to line up. Ifstick
set totrue
, the far side will be stick to the edge. - Removed
showNip
. It's useless now. - Corrected README.md and screenshots.
1.1.8+2 (2019-08-07) #
- Fixed README.md.
- Added
stick
property. - Changed
NO
,TOP_LEFT
andTOP_RIGHT
tono
,leftTop
,rightTop
in BubbleNip. - Added
leftBottom
andrightBottom
to BubbleNip. - Refactoring.
1.1.7 (2019-08-05) #
- Added additional properties similar to properties in
style
. They are priority. - EdgeInsets replaced by class BubbleEdges. It similar to EdgeInsets, but default values are null. Thus,
padding: BubbleEdges.only(top: 2)
will only replacepadding.top
without affectingleft
,right
andbottom
.
1.1.6 (2019-07-31) #
- Wrote README.md.
- Made screenshots.
1.0.1 (2019-07-29) #
- Added an example.
0.1.0 (2019-07-29) #
- Published on https://pub.dev/.
0.0.1 (2019-07-27) #
- First release.