Thenesh

Results 3 comments of Thenesh

Hi @ko2ic you can wrap the platform channel code with new thread rather than using main threat. For example: ``` @Override public void onMethodCall(MethodCall call, Result result) { if (call.method.equals("sleep"))...

I tried running on dev channel of flutter with v1.8.0, certainly it fixes the low performance issue but on plugin side the ads are not displaying the images. It just...

Does this plugin https://pub.dev/packages/pigeon from flutter team help to solve the issue? I guess might improve the communication between platform channels. Worth trying.