Good news, none of the above changes breaks go-flutter.
The following message appear when the go-flutter embedder is started:
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(95)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(95)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
The error is not critical.
We should probably decide which channel we stick to. I'm usually using the dev channel, which was already at 1.2.2, but that channel is not stable at all.. Perhaps it's good to stay compatible with beta?
Tracking Beta is good enough.
As part of solving this issue, the flutter_embedder.h file should be updated to the upstream version linked to v1.2.1.
I've already pushed version compatibility information directly to master, PR #81 to update embedder definitions.
Most helpful comment
Good news, none of the above changes breaks
go-flutter.