flutter_lottie
flutter_lottie copied to clipboard
Black background in android
Android 5.x and Android 6.x
same issue here on some device
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
@mrlizzard I have the same issue after upgrading to com.airbnb.android:lottie:3.4.0
. Any ideas?
Hi @mark922, fixed using package lottie: 0.3.3
with the following code example:
LottieBuilder.asset("you_file.json",
width: 200,
repeat: false,
)