We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We should fully implement screen rotation on evas gl
to reproduce this you must use kEvasGL
class App : public FlutterApp { public: bool OnCreate() { renderer_type_ = FlutterRendererType::kEvasGL; if (FlutterApp::OnCreate()) { RegisterPlugins(this); } return IsRunning(); } };