Dart and Flutter upgrade; More things done

This commit is contained in:
Andrew 2023-03-03 01:51:02 +07:00
parent 9b09f4797f
commit 7eeba12968
10 changed files with 338 additions and 89 deletions

View file

@ -26,6 +26,11 @@ bool FlutterWindow::OnCreate() {
}
RegisterPlugins(flutter_controller_->engine());
SetChildContent(flutter_controller_->view()->GetNativeWindow());
flutter_controller_->engine()->SetNextFrameCallback([&]() {
this->Show();
});
return true;
}