Weilin Shi

Results 22 comments of Weilin Shi

I have found another workaround. Call `toTextPainter` on your flame TextPaint class to get the flutter TextPainter class and then call layout method on the instance to get the same...

> > Maybe we can fix the updateBounds method on text box component to use layout instead of manually compute the bound. > > As long as it is not...