Flutter, Dart, and Raspberry Pi

  Рет қаралды 38,518

Flutter

Flutter

Күн бұрын

Пікірлер: 48
@merthyr1831
@merthyr1831 Жыл бұрын
I'd love to see you expand on this: What about analog inputs? Maybe launching other flutter apps within a launcher application to turn the gameHAT and Pi into a console-like experience, where new games can be added/removed using the gamepad input!
@RobertLeeAtYT
@RobertLeeAtYT Жыл бұрын
Videos from a parallel universe where Pi are actually available. In this universe these things have been gone from retail availability for three years
@KhanhFlutter
@KhanhFlutter Жыл бұрын
It is truly wild how popular Pis are now! I was insanely lucky, just walked into MicroCenter to look around for fun and they had just gotten a bunch of Pi 4s in stock that morning! That ended up being the catalyst for this project :)
@carloss2202
@carloss2202 Жыл бұрын
nice project , and very well explained, thank you friends
@sanderroest9619
@sanderroest9619 Жыл бұрын
It would be nice to learn more about the development workflow. Is it possible to add a raspberry pi as a target, similar to an Android device, and do the heavy lifting (compiling, debugging) on a remote machine?
@antonlempiy
@antonlempiy Жыл бұрын
I believe build target would be Debian Linux connected as a remote device to laptop using debug through websocket.
@krishnajiyedlapalli4306
@krishnajiyedlapalli4306 Жыл бұрын
I've been waiting for this for a long time, Thank you so much 🥰😍
@nickdrobec7665
@nickdrobec7665 10 ай бұрын
Does this also work on an orangepi with linux installed?
@MirkoRaimoDev
@MirkoRaimoDev Жыл бұрын
Wow! An official tutorial on that! AMAZING! ❤️❤️
@GArvinthKrishna
@GArvinthKrishna 6 ай бұрын
Can we use ODROID N2 GPIO?
@charliesmotherman3383
@charliesmotherman3383 Жыл бұрын
Good luck getting your flutter projects to build on the RPI. The impellerc update screwed everything up. Haven't been able to build my projects (on my rpi) for over 4 months now.
@KhanhFlutter
@KhanhFlutter Жыл бұрын
What issues have you been having with building on the Pi? If you've already filed an issue on GitHub, please feel free to link me to that instead of rehashing everything :)
@charliesmotherman3383
@charliesmotherman3383 Жыл бұрын
@@KhanhFlutter issue 116703 🙂
@charliesmotherman3383
@charliesmotherman3383 Жыл бұрын
@@KhanhFlutter Would you please leave a comment on 116703 ([flutter_tools] ShaderCompilerException running impellerc on arm64 platforms ) explaining what the flutter teams plans are for fixing 116703. Thanks
@lukasheiligenbrunner2272
@lukasheiligenbrunner2272 Жыл бұрын
Can I cross compile for arm from a x64 machine?
@kimhenneken7545
@kimhenneken7545 11 күн бұрын
Is the code now available?
@bottletyre
@bottletyre Жыл бұрын
Where to get the Gamepad ?
@AndresPerezMelo
@AndresPerezMelo Жыл бұрын
It's great, I want to start creating with Raspberry, and what better than with Dart.
@moisesbinzie
@moisesbinzie Жыл бұрын
Been waiting for something like this for a looooong time ❤🎉
@KhanhFlutter
@KhanhFlutter Жыл бұрын
Thanks for being a part of the Flutter journey :) Glad you enjoyed the video!
@bulelanibotman
@bulelanibotman Жыл бұрын
this is actually awesome
@chengduman
@chengduman 9 ай бұрын
Is that vocal fry sound when Ms. Camille Simon speaks at the end of each sentence?
@MichaelDuarte
@MichaelDuarte Жыл бұрын
This is so cool!! Great job team 👏👏
@blu3h4t
@blu3h4t Жыл бұрын
This is amazing :D
@gakventureOnTech
@gakventureOnTech Жыл бұрын
Is it possible to deploy Flutter app in Raspbian Headless OS?
@KhanhFlutter
@KhanhFlutter Жыл бұрын
What kind of app is it? Flutter on Raspbian (Linux) wouldn't be an issue (like this game!) but launching an app window without a display would be the issue.
@gakventureOnTech
@gakventureOnTech Жыл бұрын
I made an app that contains multiple digital gauges that displays multiple sensor readings. The issue I'm facing is the boot time of the RPI (in desktop OS). If it's headless then my app will launch quickly after boot up 😃
@pieterscholtz3378
@pieterscholtz3378 Жыл бұрын
@@gakventureOnTech What about flutter-pi ? , it runs without X
@gakventureOnTech
@gakventureOnTech Жыл бұрын
@@pieterscholtz3378 Thanks you for your reply. I have heard of Flutter Pi. But I'm not sure how to get started.
@diegoesolorzano
@diegoesolorzano 11 ай бұрын
What about using dart and not flutter? Why ussing Flutter on a headless device???@@gakventureOnTech
@joshaustintech
@joshaustintech Жыл бұрын
SO cool!!!
@pingpongkong98
@pingpongkong98 Жыл бұрын
Cool video!
@verticrow
@verticrow Жыл бұрын
So cool!
@crltsmrtnz
@crltsmrtnz Жыл бұрын
great!!
@MikeNugget
@MikeNugget Жыл бұрын
Let's hope that Flutter will meet Kata OS in the near future🤟
@KhanhFlutter
@KhanhFlutter Жыл бұрын
That would be awesome! Dart has introduced support for RISC-V chips, so... We'll both have to wait and see!
@johnnywest5445
@johnnywest5445 Жыл бұрын
Google may be able to purchase Raspberry Pis in bulk at the price you stated, but the 3's and 4's are still well over $100 each. Will Flutter and Dart run on an Orange Pi?
@DannyAckerman
@DannyAckerman Жыл бұрын
Lol. I thought the focus of this video would be how to install and run Flutter on Pi. Is that official now? Last I saw there was some OSS library to help with this. Are there official instructions?
@gorudonu
@gorudonu Жыл бұрын
this project is running on normal linux
@KhanhFlutter
@KhanhFlutter Жыл бұрын
This Pi is running on Raspbian, which is a special flavor of Debian made specifically for the Pi! So you can install Flutter using the standard Linux installation instructions available on the website: docs.flutter.dev/get-started/install/linux#get-sdk
@rehmanarshad1848
@rehmanarshad1848 Жыл бұрын
I'll be honest. I'm not able to follow any of the dart code ... will need to do more research on dart that being said ... I'm already sold on flutter 2, you could potentially create a useful front-end that's natively compatible with iOS, Android, Windows, Mac, Linux, and Samsung smart fridges 😂😂😅 Wonder if there are any good dart tutorials and resources? 🤔
@GautamMS
@GautamMS 8 ай бұрын
Code
@indairaida
@indairaida Жыл бұрын
😍😍
@audas
@audas Жыл бұрын
Hoping to find out how to install flutter onto Raspberry pi - 30% of the way through (wadsworth constant) and "Install flutter" - what... what was that? How to draw an owl. Thanks for nothing folxs. This video was about 2 girls working at Flutter not about developing with it.
@krtirtho
@krtirtho Жыл бұрын
U lost us when said u used snap XD
@BuffRobotiX
@BuffRobotiX Жыл бұрын
Flutter and Canonical are buds so they have to name drop Canonical products whenever they can.
@KhanhFlutter
@KhanhFlutter Жыл бұрын
Story time! I personally had never used snap before and had no idea what it was until I started this project. So, it was a great opportunity to test it out and try another way that the community can get access to Flutter. It was super quick and easier and the easier and more ways we can get folks to have easy access to the Flutter SDK, the better ;)
Rethinking Dart interoperability with Android
16:02
Flutter
Рет қаралды 16 М.
#FlutterInProduction: Roadmap
6:41
Flutter
Рет қаралды 11 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Мен атып көрмегенмін ! | Qalam | 5 серия
25:41
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Design for every device with Flutter and Material 3
18:12
Material Design
Рет қаралды 25 М.
Run Flutter app on Raspberry Pi from command line and Kios mode
3:42
Anuchit Chalothorn
Рет қаралды 2,3 М.
Introducing Impeller - Flutter's new rendering engine
14:50
Flutter Forward - Making UI Animation Easy & Fun
16:43
gskinner
Рет қаралды 54 М.
Delivering great performance with #FlutterInProduction
8:01
Flutter
Рет қаралды 3,6 М.
Evolving Flutter's support for the web
9:12
Flutter
Рет қаралды 68 М.
How to build a package in Dart
14:23
Flutter
Рет қаралды 19 М.
Lazy Flutter performance | Session
18:30
Flutter
Рет қаралды 59 М.
When, why, and how to multithread in Flutter
15:10
Flutter
Рет қаралды 66 М.
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН