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.15k stars 197 forks source link

Fix TextLayer opacity calculation #285

Closed westito closed 1 year ago

westito commented 1 year ago

I found a bug in this library that comes from the original Android library. I filed an issue in the original repo with sample: https://github.com/airbnb/lottie-android/issues/2317

westito commented 1 year ago

Fixed in the Android repo

xvrh commented 1 year ago

Thanks for the contribution!