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.17k stars 200 forks source link

Shadow missing #169

Closed appinteractive closed 3 years ago

appinteractive commented 3 years ago

Is it possible to get shadow on elements? I did not find any working example. BoxShadow does not respect the form.

xvrh commented 3 years ago

There is a recent addition on Lottie-Android (https://github.com/airbnb/lottie-android/pull/1860) that we need to port to Flutter. Would it solve your use-case?

appinteractive commented 3 years ago

@xvrh I guess it would :) I need a shadow from Affter Effects on a single moving element.

Any timeframe on a possible port?