@@Dropbear-dev I'll look into this more, thanks. I was actually looking to make a game in flame. Flutter looks really cool, just a little concerned with google's history
What amazed me the most when I came to Flutter for the first time: communication, openness and connection with the community. It's really amazingly balanced and deserves appreciation by itself. Keep rocking, Flutter team!
I started my journey with Futter in 2018 (beta version) and every single year I'm amazed at the new features this team came up with. I'm very grateful and proud of every one of the Futter Team and this community. Keep it up with the awesome work!
Thanks for this! So many JS lovers keep saying no real world application should be built in Flutter and suggest people not to do it and that others don't do it, suggesting to only make games with it, i'm so happy to see that real world application are made and Flutter being the most used framework proves them wrong!
The main reason to choose react native is supposed to be the skia, they are switching to impeller entirely, so I'm good with that I've been working in flutter for 2 years and I loved coding with dart
absolutely no js devs will say flutter is bad at making apps lol. The only thing I've heard is that flutter is bad at making *web apps*, and I've heard that from more people than just js devs. But thankfully things are getting better
@@okie9025everyone I talked about " flutter on Web is slow" turned out to bit understanding the simplest concepts about flutter tuning. So they talked more about their fluency in flutter web, than about flutter speed
Dart and Flutter keeps getting better 🥳. A little suggestion, in the summary at the end, you could add : "We talked about happy adopters !". With all these false rumors, it's important to talk about all the success stories.
Embedded devices are supported. Flutter makes you paint on any screen, OS does not matter. If you really want flutter on your embedded device it should not be hard except out of the box is not supported, there is a GitHub repo to help you do that.
You can absolutely run Flutter on embedded devices. But you might need to make some custom changes to the flutter tool and engine to get things working. We should have mentioned that!
Did they fix the bug with the impeller? In previous versions on Android, there was a bug due to which many elements - especially text - had an effect similar to shimming
Wow, it's really cool idea to implement macroses in D/F)! Today Flutter winning race against RN, with two laps ahead))) The idea to make flutter work on all destop platforms and Web - it's mind-blowing))) For small projects and start-ups it's really awesome tool, and also for big and mid-size companies))) Don't let this idea and technology die, all Flutter community is with u)
The Macro sounds great. But I really concerned the decision to have it running in Analyzer in real time and even responding to live change! For a demo project, it looks really cool. But in practice, in a serious large project, when macro is heavily used. Responding to macro code changes means updating thousands if not hundreds of files on the fly in realtime! I can’t see the experience is smooth or fancy, I believe the analyzer might hang for minutes if not seconds to rerun the macro being changed. Kotlin generator has similar feature but is only run on compile time so it is a lot safer. Not sure why dart team wish to run it on realtime. It sounds like a really bad decision.
Flutter is the best thing that has ever happened to mobile development. The native stacks on both platforms suck unbelievably. Replacing them with a single and actually sane codebase is a blessing.
When we can integrate multi Flutter modules into a client app (without using a host module, which includes all Flutter modules inside)??? Because some customers maybe dont want (dont know) to create a wrapper module.
Keep pushing flutter forward Google, don't let it die
I love Flutter ❤
@@hamm8934 That didn't actually happen. The headcount literally changed by one person.
@@Dropbear-dev oh really? I read that it was around 20% of the dart and flutter teams
@@Dropbear-dev I'll look into this more, thanks. I was actually looking to make a game in flame. Flutter looks really cool, just a little concerned with google's history
it also allows them to sell their cloud services, not sure you realize this isn't all free.
Do not let flutter die it’s and amazing tech and I love it
Flutter isn't going anywhere.
Google has wayyy too many apps built on it.
What amazed me the most when I came to Flutter for the first time: communication, openness and connection with the community. It's really amazingly balanced and deserves appreciation by itself. Keep rocking, Flutter team!
I started my journey with Futter in 2018 (beta version) and every single year I'm amazed at the new features this team came up with. I'm very grateful and proud of every one of the Futter Team and this community. Keep it up with the awesome work!
19:18 - Shout out to whoever belted out that 'Yeehaw!' It really expressed my own excitement for macros in Dart!
That was me! 😁
@@toddvolkert9167 I love your enthusiasm! Thank you for the work your team does.
😅
jajaj yeah~~!!
New Flutter video dropped, let me grab my coffee!
i know, right? :)
Thanks for this! So many JS lovers keep saying no real world application should be built in Flutter and suggest people not to do it and that others don't do it, suggesting to only make games with it, i'm so happy to see that real world application are made and Flutter being the most used framework proves them wrong!
i am a js developer and now i am loving flutter. it's been 9 month working in flutter
The main reason to choose react native is supposed to be the skia, they are switching to impeller entirely, so I'm good with that
I've been working in flutter for 2 years and I loved coding with dart
absolutely no js devs will say flutter is bad at making apps lol. The only thing I've heard is that flutter is bad at making *web apps*, and I've heard that from more people than just js devs. But thankfully things are getting better
Hey, they are kinda right but as the speakers said, flutter is great for web apps and not websites.
@@okie9025everyone I talked about " flutter on Web is slow" turned out to bit understanding the simplest concepts about flutter tuning. So they talked more about their fluency in flutter web, than about flutter speed
Dart and Flutter keeps getting better 🥳. A little suggestion, in the summary at the end, you could add : "We talked about happy adopters !". With all these false rumors, it's important to talk about all the success stories.
I love the energy of the flutter community.
ok ok, now I'm less disappointed with Google IO from yesterday. Less AI fillers and real Flutter content.
Just started using Flutter and I've gotten so much done already in two weeks. It's so fast, flexible and intuitive.
Flutter is on it way to become one of the most important frameworks for dev apps.
Flutter is already the first for building crossplatform apps. I just googled it
amen
how? it renders fake ui
@@shawnradke You got it ;)
@@shawnradke whay did you say that?
Seeing all the hate and psyops flutter got recently, it's clear that flutter is not under a threat, flutter is the threat!
We Appreciate All Flutter Team!
🥳
Ваши связки всегда выручают. Огромное спасибо!
🤣that ryan george line (25:27) caught me by surprise. glad to know there's fans everywhere
🫵👍tight!
"oh really? "😆😆
Haha me too!
Macros will be one of the best things that happened to Dart. Can't wait!
This flame devtool plugin is awesome 11:52
Flutter team please don't let Kotlin eat the amazing work you've made.
Flutter made every complex look simple , Keep going 👏
25:27 SUPER EASY BARELY AN INCONVENIENCE
I want flutter get more develop in web apps , because I don't wanna learn react native
Nobody will let Flutter die. Unfortunately, all the big companies are focussing on AI right now.
Amazing flutter is getting better every time ❤
Flutter has massive potential
6:52
What happened to embedded devices?
Embedded devices are supported. Flutter makes you paint on any screen, OS does not matter. If you really want flutter on your embedded device it should not be hard except out of the box is not supported, there is a GitHub repo to help you do that.
You can absolutely run Flutter on embedded devices. But you might need to make some custom changes to the flutter tool and engine to get things working. We should have mentioned that!
flutter never stop improving
25:27 Super easy! barely an inconvenience!
Wow wow wow wow wow!!
Gemini API integration is huge!
We are loving flutter
I was about to leave from this community and might go back to native but this video made my day
I am Flutter Team, lets continue, never surrender ✨
Super easy. Barely an inconvenience.
Well done for getting that quote in there! Wow, wow wow wow, wow wow wow.
Flutter never disappoint 🔥
Very interested in web assembly.. 🌻
Thank you very much for such a detailed analysis, everything became clear.
Is there a link to the resources mentioned @ 15:53?
Macros! Keep em coming. Flutter JSON (at the moment) is a pain in the arse in comparison to Spring.
amazing work by the flutter team !
excited for flutter today and flutter tomorrow! My company is flutter through and through
Flutter is the best!!
Audience are THE BEST
We will protect Flutter from google itself
Flutter is the best! I love it!
Kudos on WebOS and Google Earth!! Keep going!! Loving the framework!!
I really like Flutter. It's fast & easy.
Hello, for macros why do we generate strings? why not an AST just like the widget tree?
All good! Flutter is amazing. Hoping that Impeller will reach draw quality parity with Skia on rendering vector graphics in the future!
I love flutter, Easy to make mobile apps and efficiently performance as well
Keep working hard , we support you flutter dart team
Thanks for the strategy l have seen it's so amazing ..😊
Did they fix the bug with the impeller? In previous versions on Android, there was a bug due to which many elements - especially text - had an effect similar to shimming
If you haven't already done so, please file a GitHub issue - we're trying to fix all Impeller bugs!
18:16
Flutter is available or impeller?
Impeller is a part of flutter. It is a rewrite of its original graphics engine called Skia. Its still in preview.
@giftedone831 it's already stable on ios and now became stable on Android right?
Oops, _Impeller_ is now available on Android
What about pattern matching, conditional arguments passing?
Since i started using flutter i never looked back
Wow, it's really cool idea to implement macroses in D/F)! Today Flutter winning race against RN, with two laps ahead))) The idea to make flutter work on all destop platforms and Web - it's mind-blowing))) For small projects and start-ups it's really awesome tool, and also for big and mid-size companies))) Don't let this idea and technology die, all Flutter community is with u)
I love Flutter is better than React Native
Dear google, please please please please don't let flutter die just like that.
Thanks guys, you are amazing. great works!!
I didn't expect @PitchMeetings reference :D 25:27
Wow wow wow wow...wow
LG webOS woot woot!!!
Macros!!!!!!!! L o v e it!!!! ❤🎉🎉🎉🎉🎉
Amazing work Dart team. This is awesome. Hats off!!!!!
Awesome presentation !
Flutter is the future!
The Macro sounds great. But I really concerned the decision to have it running in Analyzer in real time and even responding to live change!
For a demo project, it looks really cool. But in practice, in a serious large project, when macro is heavily used. Responding to macro code changes means updating thousands if not hundreds of files on the fly in realtime!
I can’t see the experience is smooth or fancy, I believe the analyzer might hang for minutes if not seconds to rerun the macro being changed.
Kotlin generator has similar feature but is only run on compile time so it is a lot safer. Not sure why dart team wish to run it on realtime. It sounds like a really bad decision.
Long live flutter 🔥
Being a Native Android Developer using KMP along with CMP, I achieved a same development time what the flutter offers for multiplatform .
We love Flutter and hope all news about Flutter Dying turns out to be rumor. Love you guys @)
Great language Flutter! Amazing Google.
Flutter is the best thing that has ever happened to mobile development. The native stacks on both platforms suck unbelievably. Replacing them with a single and actually sane codebase is a blessing.
I'm wondering when will Flutter work on HarmonyOS, I see a great opportunity to expand the ecosystem.
Keep adding to Flutter Web
Flutter needs to focus on building backend rather than game engine.
Ле, что за красавчики, отличные обновления!
Yooo
18:20
does anyone know what font this is?❤
So it is possible to run flutter apps on webos? Not sure I understood it correctly :)
flutter is the future
big
hey guys willing to know about 3d games to be built on flutter ,, i know its possible but how far is it?
@RyanGeorge reference detected at 25:28! 🤯
What can I say? RyanGeorge references are tight!
please tell me web seo is available
The two major drawbacks currently is state management and the arcane and superfluous type safety.
Flutter is love
i really love flutter
flutter is always the best
Flutter is my bread and butter 🧈
Will all webOS TVs use flutter? Or will it only be for the newer smart TVs?
Thank you very much for your work and knowledge provided. They clear up some difficulties and help me improve my trading skills.
Seems like they listened for community feedback.
If google don't release any cool news, people are really going to think that Flutter is done for.
When we can integrate multi Flutter modules into a client app (without using a host module, which includes all Flutter modules inside)???
Because some customers maybe dont want (dont know) to create a wrapper module.
I love Google. Thanks for supporting humanity through open source ecosystem.
augment look like extension on class, but with auto expansion code by annotation. Looks intresting, how it's work inside
I love flutter
I love flutter ❤️
I'm a proud flutter developer 💙
why here is not mentioned flutter web app Porada App?
I'm about to create a flutter project without adding json_serializable/freezed after upgrading
Big fan of WEB
Whaat, Flutter is more popular than RN? Any links on the research?
Create one application in flutter, one in RN....the difference is huge in favor of flutter. I didn't believe it either until I tried it.
I'm not implying if it's worse or better, I just think that RN is still way more popular at least due to React & JS popularity.
@@simplylizz1 check out Google Trends, that maybe the source for this argument.