xvrh / lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
https://pub.dev/packages/lottie
MIT License
1.13k stars 197 forks source link

Some lottie animations are not rendering correctly in Flutter #359

Open leighajarett opened 1 month ago

leighajarett commented 1 month ago

HI there! We have seen a few customers mentioning that Lottie issues are not rendering correctly inside of FlutterFlow. When we dug in further to test this out, we realized that this happens just using the lottie package.

For example, this animation: https://lottie.host/168bb4ea-3344-43a0-904f-f058fbb23b4a/JnQjlSNG9m.json

Screenshot 2024-06-10 at 5 09 02 PM

Also one of our users mentioned "if I download the json file using Google Chrome, the animation has rendering issues, but if I do it using Microsoft Edge, then it reproduces properly" so it may be something browser specific?

xvrh commented 1 month ago

Hi @leighajarett It seems this is the same issue as https://github.com/xvrh/lottie-flutter/issues/342

Basically:

We don't know what happen and why lottiefiles hasn't fixed that though.

J3Patel commented 2 weeks ago

I am also getting same issue on Flutter, when another color pallet is selected it breaks the animation, otherwise same animation works fine if color pallet is not chaned