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();
}
};