Flutter, Dart, and Raspberry Pi

  Рет қаралды 36,092

Flutter

Flutter

Күн бұрын

Learn how Flutter on the Raspberry Pi enables makers to build exciting new embedded user interfaces. The Raspberry Pi was introduced as a tool to teach computer science, but since its introduction has been a staple in every maker’s toolbox. It’s been used as the basis for maker projects such as IoT devices, game emulators, and kiosks. So this is the answer to "What would a Flutter & Raspberry Pi game console look like?"
Speakers: Khanh Nguyen, Camille Simon
Watch more:
Watch all Flutter Sessions → goo.gle/IO23_flutter
Watch all the Technical Sessions from Google I/O 2023 → goo.gle/IO23_sessions
Watch more Mobile Sessions → goo.gle/IO23_mobile
All Google I/O 2023 Sessions → goo.gle/IO23_all
Subscribe to Flutter! → goo.gle/FlutterYT
#GoogleIO

Пікірлер: 46
@krishnajiyedlapalli4306
@krishnajiyedlapalli4306 Жыл бұрын
I've been waiting for this for a long time, Thank you so much 🥰😍
@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!
@carloss2202
@carloss2202 8 ай бұрын
nice project , and very well explained, thank you friends
@bulelanibotman
@bulelanibotman Жыл бұрын
this is actually awesome
@blu3h4t
@blu3h4t 10 ай бұрын
This is amazing :D
@joshaustintech
@joshaustintech Жыл бұрын
SO cool!!!
@verticrow
@verticrow Жыл бұрын
So cool!
@pingpongkong98
@pingpongkong98 Жыл бұрын
Cool video!
@crltsmrtnz
@crltsmrtnz Жыл бұрын
great!!
@MirkoRaimoDev
@MirkoRaimoDev Жыл бұрын
Wow! An official tutorial on that! AMAZING! ❤️❤️
@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 :)
@MichaelDuarte
@MichaelDuarte Жыл бұрын
This is so cool!! Great job team 👏👏
@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!
@AndresPerezMelo
@AndresPerezMelo Жыл бұрын
It's great, I want to start creating with Raspberry, and what better than with Dart.
@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?
@antonlempiy7086
@antonlempiy7086 Жыл бұрын
I believe build target would be Debian Linux connected as a remote device to laptop using debug through websocket.
@chengduman
@chengduman 4 ай бұрын
Is that vocal fry sound when Ms. Camille Simon speaks at the end of each sentence?
@nickdrobec7665
@nickdrobec7665 4 ай бұрын
Does this also work on an orangepi with linux installed?
@bottletyre
@bottletyre 11 ай бұрын
Where to get the Gamepad ?
@GArvinthKrishna
@GArvinthKrishna Ай бұрын
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?
@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!
@indairaida
@indairaida Жыл бұрын
😍😍
@gakventure
@gakventure Жыл бұрын
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.
@gakventure
@gakventure Жыл бұрын
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 Жыл бұрын
@@gakventure What about flutter-pi ? , it runs without X
@gakventure
@gakventure Жыл бұрын
@@pieterscholtz3378 Thanks you for your reply. I have heard of Flutter Pi. But I'm not sure how to get started.
@diegoesolorzano
@diegoesolorzano 5 ай бұрын
What about using dart and not flutter? Why ussing Flutter on a headless device???@@gakventure
@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? 🤔
@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?
@GautamMS
@GautamMS 2 ай бұрын
Code
@audas
@audas 7 ай бұрын
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 ;)
Introducing Impeller - Flutter's new rendering engine
14:50
I Can Save You Money! - Raspberry Pi Alternatives
15:04
Linus Tech Tips
Рет қаралды 3,3 МЛН
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
你们会选择哪一辆呢#short #angel #clown
00:20
Super Beauty team
Рет қаралды 46 МЛН
1 or 2?🐄
00:12
Kan Andrey
Рет қаралды 51 МЛН
The child was abused by the clown#Short #Officer Rabbit #angel
00:55
兔子警官
Рет қаралды 25 МЛН
When, why, and how to multithread in Flutter
15:10
Flutter
Рет қаралды 62 М.
Fix a memory leak in Flutter (#148291)  | Building Flutter
1:06:27
Flutter Bounty Hunters
Рет қаралды 3,5 М.
The Raspberry Pi Compute Module 4 Review
21:34
Jeff Geerling
Рет қаралды 365 М.
Connecting to an embedded device using the Flutter SDK
8:17
Industrial Flutter
Рет қаралды 2 М.
Lazy Flutter performance | Session
18:30
Flutter
Рет қаралды 58 М.
Why You Shouldn’t Build Your Next App in Rust
9:18
warpdotdev
Рет қаралды 85 М.
Rethinking Dart interoperability with Android
16:02
Flutter
Рет қаралды 15 М.
Flutter Forward - Making UI Animation Easy & Fun
16:43
gskinner
Рет қаралды 49 М.
Is it worth learning Flutter in 2024?
10:57
David Serrano
Рет қаралды 13 М.
$1 vs $100,000 Slow Motion Camera!
0:44
Hafu Go
Рет қаралды 8 МЛН
Samsung Galaxy 🔥 #shorts  #trending #youtubeshorts  #shortvideo ujjawal4u
0:10
Ujjawal4u. 120k Views . 4 hours ago
Рет қаралды 3,3 МЛН
WATERPROOF RATED IP-69🌧️#oppo #oppof27pro#oppoindia
0:10
Fivestar Mobile
Рет қаралды 17 МЛН
Собери ПК и Получи 10,000₽
1:00
build monsters
Рет қаралды 2,4 МЛН
Tag her 🤭💞 #miniphone #smartphone #iphone #samsung #fyp
0:11
Pockify™
Рет қаралды 35 МЛН