lottie-flutter icon indicating copy to clipboard operation
lottie-flutter copied to clipboard

Animation works on Player but not in Flutter

Open xcreateadmin opened this issue 2 years ago • 2 comments

Lottie animation works absolutely fine in lottie player but does not work in Flutter Web or Flutter Android. (Haven't tested on iOS)

Animation: https://lottiefiles.com/113275-sad-character

Code:

LottieBuilder.network("https://assets4.lottiefiles.com/packages/lf20_7gs6bvae.json",
                      controller: lottieController,)

This is how it looks on Android or Flutter Web:

Screenshot 2022-07-19 at 3 37 59 PM

xcreateadmin avatar Jul 19 '22 10:07 xcreateadmin

I have a simular problem.

rafaelbarbosadrip avatar Jul 22 '22 21:07 rafaelbarbosadrip

Maybe this issue duplicates this one? #219

Thanks for taking interest but, in #219 after effect's multiply mode doesn't work. In this case (#224) Animation works good in player but does not works on device no matter what's the mode is.

rdcoder33 avatar Jul 28 '22 03:07 rdcoder33