Mike Hughes

Results 62 comments of Mike Hughes

@ductranit Where do we make this change/work around?

Sounds like then rewrite first, but these might be good test files given the high profile of the Google IO app and making sure the package is robust enough to...

Ok diving into this a little further and after checking Lottie json doco for Trim here: [AirBnB Lottie Trim doco](https://github.com/airbnb/lottie-web/blob/master/docs/json/shapes/trim.json) If I take one of the example Google IO files...

**UPDATE:** I did find in `SvgPicture` the `clipBehavior` property and set to `Clip.antiAlias` instead of the default `Clip.hardEdge` and there was no difference. I then moved it up to `Clip.antiAliasWithSaveLayer`...

Thanks @dnfield ... it's not urgent it can wait, being just another example in the sample code.

I think the new issue I just logged #28 is much more critical to investigate, because not sure why some Lottie files work and other don't. Even ones like in...

I also still get this error when running on an iOS 12.x. Total blocker.

Expect ALL widgets to respect the Material Design spec including changes via animations ie. Elevation interference, https://material.io/design/environment/elevation.html# Seems like this is an issue across many, many Flutter widgets right now.