vi-k / bubble

Speech bubble for Flutter
BSD 2-Clause "Simplified" License
266 stars 57 forks source link

Clip behavior not work because of BubblePainter in v1.2.1 #33

Open axen1314 opened 3 years ago

axen1314 commented 3 years ago

Bubble won't clip the child widget in v1.2.1,but it works inv1.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 v1.1.9+1 it uses PhysicalShape which will do clip work.