Run a Flutter app on a Raspberry Pi - Directly from your host device

preview_player
Показать описание
In this video, we'll guide you through the seamless process of installing and running your Flutter app directly from your host machine on a Raspberry Pi.

-----------------------------------------------------------------------------------------

In the video, we discussed copying SSH keys from Windows machine to Raspberry Pi. Here's the script for Mac OS and Linux users to achieve this seamlessly. Remember to replace 'username_and_ip' with your Raspberry Pi's username and IP address.
ssh-copy-id -i ~/.ssh/id_rsa {username_and_ip}

-----------------------------------------------------------------------------------------

Resources:

-----------------------------------------------------------------------------------------

Chapters:
0:00 – Intro
0:07 – Raspberry Pi Imager Installation
2:01 – Create a ssh connection to Raspberry pi
4:00 – Copy the ssh key to Raspberry pi
4:39 – Install the snapp_installer
6:00 – Flutter installation with snapp_installer
6:50 – snapp_cli installation
7:35 – snapp_cli add a custom device
8:30 – Run the Counter app on Raspberry pi
9:27 – Hot Reload - Hot Restart
9:55 – Dev-Tools on Host

-----------------------------------------------------------------------------------------

Socials:
Рекомендации по теме
Комментарии
Автор

make more content about embedded devices and flutter❤

easazade
Автор

Good video, thanks for share and for package!

One question, do you have any information about the minimum configuration to run a simple application (video player)? Is 1Gb of RAM enough?

fabioselau
Автор

what's better? doing this or installing android 11 image (For performance) and creating the app in flutter?

shivambandekar
Автор

very very helpful video, thank you so much!

JonathanVivero
Автор

How to connect raspberry pi and flutterflow next please.🙏

dakaradakaradakara
Автор

Hey I have rpi5, I have configured devices. Rpi 5 is showing when i run flutter devices. But when I run flutter run -d pi-5. Its starts as "Launching lib/main.dart on Raspberry Pi 5 in debug mode..." and stucks there for so long.. Could you please tell me what I missed. Thanks in advance.

SumanJaiswal-sdrb
Автор

Works on macOS m1 and rpi4, but build and display app take so long time!

kwasu
Автор

Hey i have setup my rpi 5 device. Its is showing in device list. But when i run "flutter run -d pi-5" its shows "Launching lib/main.dart on Raspberry Pi 5 in debug mode..." and stucks there for so long without opening app in rpi5. Could you please tell me what could be the reason? Thanks in advance.

SumanJaiswal-sdrb