-
-
Notifications
You must be signed in to change notification settings - Fork 172
Shader compilation error #238
New issue
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
Comments
I think that's most likely a flutter bug, it's best you open an issue on the flutter repo |
Yes probably. I'll do that. Is there any way to get access to the logs produced by the flutter app when executing it with flutter-pi? |
All logs should be dumped to stdout directly. Maybe there's flags to enable/disable specific logging, but I guess the flutter engineers will tell you that when you report the issue |
Is there a way to pass the flag |
yeah |
Hi, I'm trying to run my app using flutter pi on yocto linux (rbpi3). I created the build as follows using flutter 2.10.2
flutter build bundle
The app is executing using
flutter-pi --release ./flutter-assets
. However, I get the following errorWhat could be a possible cause for that?
The text was updated successfully, but these errors were encountered: