CameronStuartSmith / flutter_lottie

Use lottie in flutter for both iOS and Android
Apache License 2.0
158 stars 75 forks source link

Black background in android #10

Open kimthangatm opened 5 years ago

kimthangatm commented 5 years ago

Android 5.x and Android 6.x

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

veneno261 commented 4 years ago

same issue here on some device

cyrilcolinet commented 4 years ago

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

mark922 commented 4 years ago

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

cyrilcolinet commented 4 years ago

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

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