Dan Field

Results 553 comments of Dan Field

See some additional context in comments starting from https://github.com/flutter/flutter/issues/139630#issuecomment-1890594127. I've hidden them in that issue because they're not relly relevant to it. /cc @xoldevx fyi

I had done some debugging on this yesterday and the issue seems to be that when the Flutter engine asks the subview to draw itself, it's just not drawing anything....

The reproduction on the Samsung phone is probably a different bug. We're trying to work with Samsung to get it fixed.

I'd recommend using Flare for your Lottie animations in Flutter. This project is in bad shape and unlikely to be brought up to speed anytime soon.

I'm open to this but doubt I will have time to work on it myself anytime soon.

We don't have higher level APIs wrapping Rect or Offset either, and those don't have these kind of convenience constructors. My bigger concern is what to do about some of...

We _do_, OTOH, have `Path.from`, and that is documented as doing some CoW behavior.

Can you share the SVGs that fail to render correctly, as well as the exact code you're using to do the rendering? Can you also share whether this reproduces on...

Great, thanks! This is a bug in Impeller's path rendering code.

Before accepting this I really should restructure the project. I'd be happy to take this if it did that - move the assets to the example folder, as well as...