simolus3 / fluttie

Easily display stunning Lottie animations in flutter apps with this plugin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support merge paths

japborst opened this issue · comments

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?

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

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

thank you, very much!

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().

Still having this issue in v0.5.0