-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Flutter-pi command not found! #152
Comments
Hi, please use './flutter-pi'. |
Is there any specific directory in which we should open the command line and run this command? |
Also, when I use" ./flutter-pi /home/pi/flutter_gallery", it's now throwing an error "No such file or directory", though I have correctly installed (cloned) flutter-pi repo in engine-binaries directory in Rpi |
For example, if you've followed the instructions, you've cloned If you've cloned flutter-pi to
or
|
@ardera Thank you for your help. I re-executed all the commands and finally flutter-pi executable was installed successfully. However, on running the command,
If possible, can u indicate the source of these errors and how they can be rectified?
|
Hey @Sarthak-22 The error In order to fix that, you have to build your Flutter app with Flutter 1.22.6. Your specific error case is also mentioned in the README: https://github.com/ardera/flutter-pi#building-the-asset-bundle |
Thank you so much, my touchscreen is working fine now..all the issues resolved |
I am new to both flutter and Raspberry Pi
Whenever I try to run "flutter-pi /home/pi/flutter_gallery" , it gives an error saying that "flutter-pi command not found".
Can anyone tell me how and where (which directory) should the flutter-pi command be used so that it starts to run my app.
The text was updated successfully, but these errors were encountered: