delfme

Results 169 comments of delfme

Note: I saw other open issues where people get inconsistent results: sometime correct ones and other times wrong ones. Style is almost blamed for that, but from what I see,...

No idea where that `letterSpacing` comes from, sample code assigns no `letterSpacing`. Maybe it is the result of the style merge? If so, I don't see how to avoid this...

> I'd need to get the text of last line, see pic below. I see that > > ``` > final range = textPainter.getLineBoundary(const TextPosition(offset:0)); > ``` > > gives...

@LongCatIsLooong it seems we cannot get it work, after several attempts, there is always some edge cases where the result is not precise. Would it be possible for you guys...

@LongCatIsLooong found a way to get what needed. Paste code below in case it is useful to others. ``` Future calculateLastText(TextSpan textSpan, TextPainter textPainter) async { List lineTexts = [];...

Also providing mockups to showcase the results we have been able to achieve with the above workaround. From our tests, we think that the issue is maybe not from flutter...

This doesn’t appear to be a bug, nor can I imagine it causing a crash under normal usage conditions - even with dozens of Lottie animations in the same scene...

Also, no one has provided sample code yet, so we still don’t know the exact context. For example, if the person is using RenderCache, they ofc might be running into...

> Can you upload the timeline from the impeller version? I'd want to see if this is using hybrid composition or TLHC based maps. Hello, I’ve just commented here: https://github.com/flutter/flutter/issues/152263#issuecomment-2578207595....