Skip to content

Instantly share code, notes, and snippets.

@linzj
Created August 16, 2024 01:12
Show Gist options
  • Select an option

  • Save linzj/4f02e95d1d691dee84107b26c126b596 to your computer and use it in GitHub Desktop.

Select an option

Save linzj/4f02e95d1d691dee84107b26c126b596 to your computer and use it in GitHub Desktop.
flutter app get native window
flutter::PluginRegistrarWindows* registrar =
flutter::PluginRegistrarManager::GetInstance()
->GetRegistrar<flutter::PluginRegistrarWindows>(plugin_registrar_ref);
auto native_window = registrar->GetView()->GetNativeWindow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment