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

Blur Effect does not work on Android 8 #281

Closed ConCaRo closed 1 year ago

ConCaRo commented 1 year ago

I am trying to apply the Lottie animation with Blur Effect. Most of devices works well, except Android Devices run Android 8.

Screenshot 2023-05-18 at 10 10 24

The left device of above image does not apply the blur effect (the right device applied) I try to search but not found the solution. As I checked here http://airbnb.io/lottie/#/supported-features, it seems that the Blur Effect is supported from 4.1.

ConCaRo commented 1 year ago

I log this issue in the Android https://github.com/airbnb/lottie-android/issues/2296