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.
1 parent 75d1c81 commit 0e810c5Copy full SHA for 0e810c5
application.go
@@ -266,11 +266,6 @@ func (a *Application) Run() error {
266
a.window.SetRefreshCallback(m.glfwRefreshCallback)
267
a.window.SetPosCallback(m.glfwPosCallback)
268
269
- // flutter's PlatformMessage handler is registered through the dart:ui.Window
270
- // interface. ui.Window must have at least paint one frame, before any
271
- // platfrom message can be corectly handled by ui.Window.onPlatformMessage.
272
- glfw.WaitEvents()
273
-
274
for _, p := range a.config.plugins {
275
// Extra init call for plugins that satisfy the PluginTexture interface.
276
if glfwPlugin, ok := p.(PluginTexture); ok {
0 commit comments