We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, is it possible to get flutter-pi running on a Raspberry Pi Zero (Raspberry Pi 1)?
flutter-pi
I get an Illegal instruction error both with the flutter engine you provide and with one that I built from scratch (targeting armv6-linux-gnueabihf).
Illegal instruction
Thanks!
The text was updated successfully, but these errors were encountered:
Nevermind, it seems that armv6 it's not supported. Going to grab a Raspberry Pi 4.
Sorry, something went wrong.
Yeah, unfortunately dart doesn't support armv6 anymore. I'm gonna update the readme to clarify this.
No branches or pull requests
Hi,
is it possible to get
flutter-pi
running on a Raspberry Pi Zero (Raspberry Pi 1)?I get an
Illegal instruction
error both with the flutter engine you provide and with one that I built from scratch (targeting armv6-linux-gnueabihf).Thanks!
The text was updated successfully, but these errors were encountered: