Dan Field

Results 553 comments of Dan Field

So it sounds like we're treating it as different spans because of different sets. I think what a user would expect (and what Android/iOS do here), is that the text...

The problem isn't the clip, it's about whether swiping right or left should allow the page view to advance or not.

I'm pretty sure that if you don't include the nodes, the iOS bridge won't be able to scroll properly. But it's been a little while since I dug into this,...

Adding customer: money to this since they have a `PageView` that's showing some jankiness in transition, and being able to cache the next page might help that.

Would anything prevent this from being a plugin?

Ahh, I see. Yeah, this sounds like something that belongs in the `TextInputPlugin` in the engine. It actually doesn't sound like it'd be too terrible to implement - on iOS...

Yes - the bitcode piece should not be a blocker anymore, but there still needs to be embedding code written for WatchKit. AFAIK, this is not on anyone's radar actively....

/cc @GaryQian @goderbauer

@lukepighetti can you help us get some data/screen shots of how emojis render when a single line has multiple font sizes? Particularly, what happens when the character before the emoji...

Although Skia isn't documented this way, the Flutter API is: https://api.flutter.dev/flutter/dart-ui/Canvas/drawImageNine.html That said, the Flutter API here is really just a thin wrapper around Skia - perhaps the Skia API...