fluttie icon indicating copy to clipboard operation
fluttie copied to clipboard

Enable Multithreaded Rendering for Android

Open threeseed opened this issue 7 years ago • 1 comments

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

So it should be now possible to support multithreaded rendering.

threeseed avatar Jun 08 '18 00:06 threeseed

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.

simolus3 avatar Jun 08 '18 20:06 simolus3