Xavier H.
Xavier H.
It's not supported right now. But it's a good feature request. There is several possibilities: - Convert the svg to a `ui.Image` at load time and reference the `ui.Image` from...
Can you share the json file so I can have a look?
I had a look at this animation. There are 2 bugs actually: - The gaussian blur is not applied. Unfortunately this library (like Lottie-android and Lottie-iOS) doesn't support Layer effects....
> Like exporting blurred asset and adding it to comp again. I think it's the best way to fix this animation. And it will have much better performance than the...
I tried this animation with Lottie-Android and it doesn't work either. This Flutter port supports the same set of features than Lottie-Android. This warning is displayed: `Lottie doesn't support 3D...
Hi > Is it flutter web problem or performance can be tuned inside plugin? (noticed that using this library switching web renderer to CanvasKit renderer and forcing it to HTML...
Thanks for the reproductions. That would be great if someone has time to look at it in details to identify where the bottlenecks are. > doesn't flutter have an easy...
I'm ok to accept this if it enables new use-cases. Also you might be interested to use directly the `LottieDrawable` class (which has a `draw` method). Here is an example:...
Can you share the json file that trigger this error? Thanks.
Hi, thanks for your interest. I will personally not work on this feature but I can accept pull request.