vi-k / bubble

Speech bubble for Flutter
BSD 2-Clause "Simplified" License
268 stars 58 forks source link

No nip in bubble #2

Closed felipeszu closed 5 years ago

felipeszu commented 5 years ago

Not possible to use a bubble with a nip.

vi-k commented 5 years ago

Why?

vi-k commented 5 years ago
Bubble(
  alignment: Alignment.topLeft,
  nip: BubbleNip.leftTop,
  child: Text('Not possible to use a bubble with a nip.'),
),
Bubble(
  margin: BubbleEdges.only(top: 10.0),
  color: Color.fromRGBO(225, 255, 199, 1.0),
  alignment: Alignment.topRight,
  nip: BubbleNip.rightTop,
  child: Text('Why, Felipe?'),
),

screenshot-2019-08-09_10 15 14 927

vi-k commented 5 years ago

Oh, there was a temporary mistake. But I fixed it quickly. Thanks!