You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that flutter kernel is not compatible with flutter-pi. I'm trying to run counter app that I've build on my linux desktop using using flutter from stable (1.9.1+hotfix.6), beta (1.10.7) and master channel. When I try to run it on raspberry I'm getting the log below:
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(107)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
[ERROR:flutter/shell/platform/embedder/embedder_surface_gl.cc(107)] Could not create a resource context for async texture uploads. Expect degraded performance. Set a valid make_resource_current callback on FlutterOpenGLRendererConfig.
flutter engine successfully started up.
Running IO thread...
[ERROR:flutter/shell/common/shell.cc(178)] Dart Error: Can't load Kernel binary: Invalid kernel binary format version.
Sending kAdd 0 to Flutter Engine
[ERROR:flutter/shell/common/engine.cc(188)] Could not prepare to run the isolate.
[ERROR:flutter/shell/common/engine.cc(127)] Engine not prepare and launch isolate.
Sending kAdd 1 to Flutter Engine
[ERROR:flutter/shell/common/shell.cc(407)] Could not launch engine with configuration.
Should I use specific flutter version?
The text was updated successfully, but these errors were encountered:
It seems that flutter kernel is not compatible with
flutter-pi
. I'm trying to run counter app that I've build on my linux desktop using using flutter from stable (1.9.1+hotfix.6), beta (1.10.7) and master channel. When I try to run it on raspberry I'm getting the log below:Should I use specific flutter version?
The text was updated successfully, but these errors were encountered: