Пікірлер
@Sravdar
@Sravdar 4 күн бұрын
Hello, thanks for doing these videos. Can you guys do a short video about playing videos on embedded devices with flutter? Last time i tried play videos on rpi4 with flutter-pi, due to memory leaks and misbehaviours, i had to give up and use flutter-web and chromium as kiosk to achieve my task. As you can guess it doesn't have good performance and i had to deal with backend for the website. I would like to migrate it to native app if possible but haven't been able to find any guide on this matter.
@veinsofgames2674
@veinsofgames2674 16 күн бұрын
Hey! great video! Do you know if the meta-layer from flutter is compatible with webview flutter component? I want to renderize a web in my embedded application. Thank you!
@industrialflutter
@industrialflutter 11 күн бұрын
Hi there, thanks for the feedback! We appreciate it. Regarding your question: That's currently still a work in progress. The flutter_linux_webview package is great and in theory can work on embedded as well, but there's still some incompatibilities that have to be fixed and that just hasn't been done yet.
@hoangtruong7197
@hoangtruong7197 2 ай бұрын
how to stop app?
@industrialflutter
@industrialflutter Ай бұрын
Hi, In order to stop the app, one can just run killall flutter-pi in the terminal.
@bobby9568
@bobby9568 2 ай бұрын
We're highly anticipating the workshop video :) Amazing company you have!
@bobby9568
@bobby9568 2 ай бұрын
Any Github repo/code for these demo examples?
@industrialflutter
@industrialflutter 2 ай бұрын
Hi there, we will publish the code in the upcoming weeks. Please keep a lookout for it on our social media channels. :)
@bobby9568
@bobby9568 2 ай бұрын
@@industrialflutter awesome! Will do
@bobby9568
@bobby9568 2 ай бұрын
Amazing videos, just found this channel!
@industrialflutter
@industrialflutter 2 ай бұрын
Thank you so much! :)
@simbobcrafts4843
@simbobcrafts4843 2 ай бұрын
can this be used to update signage over a network? Thank you
@industrialflutter
@industrialflutter 2 ай бұрын
Hi there, flutter-pi is only a tool, it doesn't have an update mechanism. If you want to have updates, you can leverage, e.g., yocto and the meta-update layer, your linux distros update mechanism if you're using one (e.g. deb packages), or build your own thing.
@AlexBordei
@AlexBordei 3 ай бұрын
This is gorgeous innovation! Congratulation, Hannes for such an accomplishment!
@manishgautam2424
@manishgautam2424 3 ай бұрын
waiting ... for that
@krtirtho
@krtirtho 3 ай бұрын
Tbh, this kind of topic is something a lot of programming channels never touch. Thanks for doing this! I learned a lot
@industrialflutter
@industrialflutter 3 ай бұрын
Thank you for the feedback! :)
@manishgautam2424
@manishgautam2424 3 ай бұрын
need more such videos, i also have a lot of questions
@industrialflutter
@industrialflutter 3 ай бұрын
Hi there :) If you have any questions, you can ask us. Hopefully, we can help you out.
@manishgautam2424
@manishgautam2424 5 ай бұрын
your new subscriber
@industrialflutter
@industrialflutter 5 ай бұрын
Hi and welcome! :)
@zamirszn
@zamirszn 5 ай бұрын
as a flutter user i approve of this
@saqibshafin
@saqibshafin 6 ай бұрын
I appreciate the things that you guys are doing in the embedded world, with Flutter. Good Luck!
@George-kg9vf
@George-kg9vf 8 ай бұрын
Amazing thank you
@slapnuts4658
@slapnuts4658 11 ай бұрын
could i theoretically run "flutter build linux" on my linux machine / raspberry pi and run it that way?
@industrialflutter
@industrialflutter 11 ай бұрын
If you have a desktop environment running, yes, that will work. Though you need to be using 64-bit raspberry pi OS, since the flutter tool itself is not supported on armv7.
@slapnuts4658
@slapnuts4658 11 ай бұрын
thanks for you tutorial, helped me a lot
@industrialflutter
@industrialflutter 11 ай бұрын
Glad to hear that! :)
@Yassss505
@Yassss505 11 ай бұрын
are lg tv(webOS) and Roku tv considered as embedded devices?
@industrialflutter
@industrialflutter 9 ай бұрын
Hi! The definition of an embedded device is fluid and not completely clear-cut but based on how you do application development for such devices, we would consider them embedded devices.
@_DiftaFitrahulQihaj
@_DiftaFitrahulQihaj Жыл бұрын
sir i confuse, can we just using command "flutter build linux" and install it on rasberry pi, what is difference with flutter pi
@_DiftaFitrahulQihaj
@_DiftaFitrahulQihaj Жыл бұрын
Or flutter pi is used when in rasberry pi there are not OS already installed and just command line tools?. I'm really beginner about linux and rasberry pi. Thanks sir
@industrialflutter
@industrialflutter Жыл бұрын
@@_DiftaFitrahulQihaj Hi! :) flutter build linux should really be called flutter build desktop-linux The application that is built there will work with desktop linux, i.e., the kind of linux you would use on your desktop computer or laptop. However, if you're running non-desktop linux (or more specifically, you're not running a windowing system like wayland or X11) the app that was built with flutter build linux will not work on that system. In that case, you can use flutter-pi or other non-desktop embedders, like the toyota embedder or the sony embedder. Independent of that, flutter build linux builds the app for the current machine & distro. So, there're other reasons it might not work, namely architecture or distro incompatibilities. For example, building the app that way on x86 and copying it to ARM will not work, similarly building the app on Ubuntu 23.10 and copying it to 18.04 might not work either.
@indramal
@indramal Жыл бұрын
Need more videos on embedded devices with practical experiments
@industrialflutter
@industrialflutter Жыл бұрын
Hi :) Thank you for your interest in videos on embedded devices. We're excited to let you know that we're already working on new content within this field. However, creating high-quality content takes time to ensure it meets our standards and provides the most value to our audience. While we can't provide specific release dates at the moment, we appreciate your patience and look forward to sharing our latest insights and expertise with you in the near future. Stay tuned for updates!
@indramal
@indramal Жыл бұрын
@@industrialflutter Waiting for that. I am electrical and electronic engineer and if you need any helps in electronic side, I am happy to do it.
@KarthickM.S-z9h
@KarthickM.S-z9h Жыл бұрын
How to provide updates to this
@kampret77
@kampret77 Жыл бұрын
I got this error mesage when running cabin-demo, [ERROR...] Dart Error: Can't load Kernel binary: Invalid kernel binary format version. Do i miss something?
@industrialflutter
@industrialflutter Жыл бұрын
Hi! This error occurs when the flutter engine version used to build the app does not match the version of the flutter engine binaries provided to flutter-pi. You can check the version of your flutter engine used to build the app inside `flutter/bin/internal/engine.version` and make sure that this matches the `engine.version` supplied with the engine binaries downloaded from github.com/ardera/flutter-engine-binaries-for-arm The easy way to fix this is to run `flutter channel stable` followed by `flutter upgrade` , and then make sure you supply the latest flutter engine binaries from the mentioned Github repository; at the moment this is flutter 3.10.6
@kampret77
@kampret77 Жыл бұрын
​@@industrialflutter Vielen Dank für deine Hilfe! Gruss von Jakarta.
@philosophia5577
@philosophia5577 Жыл бұрын
Looking forward for more detailed, long videos. Expecting a playlist of some sort..
@ronalerquinigoagurto555
@ronalerquinigoagurto555 Жыл бұрын
Nice video. What if i have real time constraints like a rpi based car dashboard? would it meet functional safety? thanks
@jongmedellin4890
@jongmedellin4890 Жыл бұрын
i love this.. more video please this future of IOT
@vigneshwaran7098
@vigneshwaran7098 Жыл бұрын
what is the development flow? need to build app on different host like ubuntu or windows and set target as Linux, run the output file on rpi after installing flutter-pi ?
@industrialflutter
@industrialflutter Жыл бұрын
In this video you can learn more about the development workflow www.industrialflutter.com/videos/connecting-to-an-embedded-device-using-the-flutter-sdk/
@industrialflutter
@industrialflutter Жыл бұрын
If this does not answer your question, please get back to us
@samuelanninyeboah2029
@samuelanninyeboah2029 Жыл бұрын
Keep getting error [fs layout] kernel blob file "/tmp/demo_flutter_pi/kernel_blob.bin" does not exist, but is necessary for debug mode. meanwhile kernel_blob.bin exists in the directory
@industrialflutter
@industrialflutter Жыл бұрын
This sounds like a permissions issue. Try "sudo chmod a+rwx kernel_blob.bin" If the problem persists, you can open an issue here: github.com/ardera/flutter-pi/issues
@samuelanninyeboah2029
@samuelanninyeboah2029 Жыл бұрын
@@industrialflutter It was a closed issue, so I got the solution from there. Thanks so much for the video and the reply, really helpful ❤
@minhtung12302
@minhtung12302 Жыл бұрын
Your videos are amazing, I am looking forward to future videos.
@industrialflutter
@industrialflutter Жыл бұрын
Thanks for watching :)
@minhtung12302
@minhtung12302 Жыл бұрын
​@@industrialflutter have you tried Flutter with Android embedded yet?
@industrialflutter
@industrialflutter Жыл бұрын
@@minhtung12302 KDAB hasn't done any projects with that combination yet, but there is no reason why it should not work as well as on mobile Android or any other Linux.
@tradecate
@tradecate Жыл бұрын
thanks, maybe on the next video you can zoom in a bit more. The text is quite small.
@industrialflutter
@industrialflutter Жыл бұрын
Hi! Thanks for the feedback! We'll look into this :)
@FloodGold
@FloodGold Жыл бұрын
Yes, I agree. In the meantime, you can boost the playback resolution and zoom in on mobile devices.
@wilsontoribio6524
@wilsontoribio6524 Жыл бұрын
Very interesting!!!