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

Valid json with missing frames #323

Open JCKodel opened 7 months ago

JCKodel commented 7 months ago

I've downloaded the 😁 animated emoji lottie json file from https://googlefonts.github.io/noto-emoji-animation.

While using the https://app.lottiefiles.com/preview previewer, the animation runs smoothly:

But when adding that json to a new project (either with 2.x.x or 3.x.x-alpha), this is the result:

untitled.webm

This is the json file:

grinning.json

joao-albach commented 6 months ago

After updating to flutter 3.16.3 we are missing an entire layer of the animation :(