simolus3 / fluttie

Easily display stunning Lottie animations in flutter apps with this plugin.
Other
453 stars 54 forks source link

Support merge paths #16

Closed japborst closed 5 years ago

japborst commented 5 years ago

Running a Lottie file with merge paths results in:

W/LOTTIE  (26827): Animation contains merge paths. Merge paths are only supported on KitKat+ and must be manually enabled by calling enableMergePathsForKitKatAndAbove().

Is there a way to set this using fluttie?

po1arbear commented 5 years ago

@simolus3 Hello, is there any progress on this issue?

simolus3 commented 5 years ago

Just published 0.4.0 where this plugin will call enableMergePathsForKitKatAndAbove(true), I've also upgraded the Lottie-Android version to 3.0.7.

po1arbear commented 5 years ago

thank you, very much!

powext commented 4 years ago

v0.5.0 seems to not work anymore 🤔

I/flutter (20320): Dentro init state
W/LOTTIE  (20320): Animation contains merge paths. Merge paths are only supported on KitKat+ and must be manually enabled by calling enableMergePathsForKitKatAndAbove().
W/FluttiePlugin(20320): You tried to load a composition that has some warnings, it might not be displayed correctly
W/FluttiePlugin(20320): Animation contains merge paths. Merge paths are only supported on KitKat+ and must be manually enabled by calling enableMergePathsForKitKatAndAbove().
newtonmunene99 commented 4 years ago

Still having this issue in v0.5.0