simolus3 / fluttie

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

Enable Multithreaded Rendering for Android #4

Open nadenf opened 6 years ago

nadenf commented 6 years ago

This issue has now been closed: https://github.com/flutter/flutter/issues/14169

So it should be now possible to support multithreaded rendering.

simolus3 commented 6 years ago

Thanks for the info. Unfortunately, enabling multithreaded rendering still crashes the example app, seems like we're running into another issue here :( I'll try building a smaller native plugin reproducing that behavior and will report it to Flutter.

Edit: It seems like this is not an issue with Flutter, but multithreading rather crashes the native skia library of android when the animations are drawn. I'm still not sure what's causing this though.