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
I was running flutter-pi just fine until recently, I had an issue with the OS image I was using and had to flash a new SD card.
I've just installed a fresh version of Raspberry Pi OS Lite (up to date) and installed Flutter-pi and its engine binaries according to instructions. On my development PC I have flutter on the stable channel, version 2.5.3. The Pi I'm using is a Raspberry Pi 3 Model B.
When I try to build my app and run it with flutter-pi, I get the following output:
detected VideoCore IV as underlying graphics chip, and VC4 as the driver.
Reporting modified GL_EXTENSIONS string that doesn't contain non-working extensions.
[ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Can't load Kernel binary: Invalid SDK hash.
[ERROR:flutter/runtime/dart_isolate.cc(170)] Could not prepare isolate.
[ERROR:flutter/runtime/runtime_controller.cc(382)] Could not create root isolate.
[ERROR:flutter/shell/common/shell.cc(576)] Could not launch engine with configuration.
flutter: Observatory listening on http://127.0.0.1:37555/2Yecdwou91w=/
I've double checked that all of my raspi-config settings are correct, confirmed that everything for flutter-pi is installed correctly and up-to-date, and even tried downgrading Flutter on my development PC to a couple of different versions, but I still get these errors.
The text was updated successfully, but these errors were encountered:
I was running flutter-pi just fine until recently, I had an issue with the OS image I was using and had to flash a new SD card.
I've just installed a fresh version of Raspberry Pi OS Lite (up to date) and installed Flutter-pi and its engine binaries according to instructions. On my development PC I have flutter on the stable channel, version 2.5.3. The Pi I'm using is a Raspberry Pi 3 Model B.
When I try to build my app and run it with flutter-pi, I get the following output:
I've double checked that all of my raspi-config settings are correct, confirmed that everything for flutter-pi is installed correctly and up-to-date, and even tried downgrading Flutter on my development PC to a couple of different versions, but I still get these errors.
The text was updated successfully, but these errors were encountered: