ardera / flutter-pi

A light-weight Flutter Engine Embedder for Raspberry Pi that runs without X.
MIT License
1.49k stars 154 forks source link

Matching SDK/Engine #335

Closed zmeggyesi closed 8 months ago

zmeggyesi commented 1 year ago

When trying to run a test application, I got the error message Dart Error: Can't load Kernel binary: Invalid SDK hash. - the problem is fairly clear.

What is less clear is the correct SDK hash/engine version. I'm okay with hacking about in the SDK to set it to the correct version, but because I can't run flutter --version on the Raspi - since there's no actual Flutter installation - I don't know what to set it to.

Would it be possible to have the embedder print the version and has of the engine/SDK it's using to make matching an easier task?

P.S.: the #custom-embedders channel seems to be gone from the Flutter Discord...

eximius313 commented 8 months ago

seems similar to: https://github.com/ardera/flutter-pi/issues/317

ardera commented 8 months ago

@eximius313 True, thanks.

Closing this for now. See #317 instead