flutter_lottie icon indicating copy to clipboard operation
flutter_lottie copied to clipboard

Black background in android

Open kimthangatm opened this issue 5 years ago • 4 comments

Android 5.x and Android 6.x

Capture+_2019-07-25-21-31-10

kimthangatm avatar Jul 25 '19 14:07 kimthangatm

same issue here on some device

veneno261 avatar Dec 08 '19 05:12 veneno261

Same with Android Oreo 8.1. The black square just displayed 500ms, not more, but it is very affligeant for users.

Do you find something ? @veneno261 @kimthangatm

cyrilcolinet avatar Apr 06 '20 14:04 cyrilcolinet

@mrlizzard I have the same issue after upgrading to com.airbnb.android:lottie:3.4.0. Any ideas?

mark922 avatar May 16 '20 09:05 mark922

Hi @mark922, fixed using package lottie: 0.3.3 with the following code example:

LottieBuilder.asset("you_file.json",
    width: 200,
    repeat: false,
)

cyrilcolinet avatar May 16 '20 12:05 cyrilcolinet