#FlutterInProduction
ฝัง
- เผยแพร่เมื่อ 20 ม.ค. 2025
- Welcome to Flutter’s Production era.
Watch to hear how Flutter has grown from an upstart UI framework with lofty goals to a production-grade solution trusted by some of the world’s largest brands are using #FlutterInProduction to craft amazing experiences that work seamlessly across platforms (eg web, iOS, Android, desktop) with great performance - all backed by a broad ecosystem and incredible developer experience.
Watch more #FlutterInProduction → goo.gle/FiP-YT
Subscribe to Flutter → goo.gle/FlutterYT
#Flutter #FlutterInProduction #PaidPartnership
Subscribe to Flutter → goo.gle/FlutterYT
I was very happy to hear about LG WebOS using Flutter. The TV market is also a market with Android/Apple/WebOS TVs. The fact that Flutter wants to dominate this space is a sign of growing confidence in this framework.
Flutter is such a great framework by Google, and I really appreciate the Google team for creating it.
Flutter is here to stay forever, insha Allah
Damn!!! A HUGE Shoutout to Flutter Team and their dedication in blessing us with such polished Flutter events!
Woah! That's Marcus Ng, the master Flutter developer on TH-cam....I learned all my Flutter from him. 🔥🔥🔥
Yeah he’s cool
Me too!
Flutter is such an amazing Project! Im really happy to hear it reached production state!
thank you for your work!
Nice to see love for Flutter Web
Good to hear that... I'm glad the framework is evolving, and I can't wait for these new features!
I like flutter, thank you flutter, and I hope flutter will get better and better.
Thank you guys for so much effort.
Really good roadmap.And you guys should give some freedom for network developers who uses Dart.
I admire Web3 Infinity Token's team's transparency. It's an undertaking with moral character.
Flutter forever ❤
Flutter updates always special
What I mostly like is Direct native interop.
Yes! Yes! Yes!
Oh no way it's RIVAH WEEZAH!!
I dunno what Flutter is but it seems interesting.
All the chat in the Q/A were screaming macro. What is the state of macro and when could we stop using build_runner ?
It's probably at least a year left, they are working hard on it, but there is a lot to do and it has to be done right since it is very hard to change the API after it has been released.
Macros are also still technically an experiment. There are problems left to be solved before they know for sure that they're going to land in the SDK.
Macros is developing by dart team, not flutter. I think this question is not for the flutter team
They're available in the latest version of Flutter since it relies on Dart 3.5, no?
@@merthyr1831 experimental. He said about stable version
11:23 its nice to see O'Mesh featured there. Mesh gradients FTW
So, can I assume that Flutter is not going to die anymore? 😂😂😂
direct native interop this feature is amazing i hope google finish it quickly
Lovely interview.
Really motivational
Flutter is the best.
Please fix issues with integration tests and make it more efficient including support for desktop properly
What specific problems do you face with integration tests?
what is your problems buddy ??
Hey, good question. So the main issues I have are:
1. Pump and settle gets super repetitive and feels like unnecessary boilerplate. It’s just annoying to write over and over again, especially in big test suites.
2. Tests sometimes interfere with each other. Like, if the app state doesn’t reset properly between tests, it messes things up and makes debugging harder than it should be.
3. Riverpod is awesome but mocking notifiers doesn’t really work right in integration tests. Makes testing state management stuff harder than it needs to be.
4. The way native integration tests interact with widgets isn’t great. Tools like Patrol handle it so much better, like it just feels more natural for animations and platform-specific stuff.
Biggest issue for me: no proper desktop support (Linux/Windows). I’d love to use Patrol full-time because it’s miles better, but without desktop support, I’m stuck with the native ones.
Honestly, it’d be amazing if the Flutter team worked with the Patrol devs to build something better that works across all platforms.
Some interesting things to keep an eye out. Shifting to SPM and Direct Interop are two that I'd be looking forward to.
Thanks for the cool event and great q&a session
THANK YOU TEAM
Better direct interop with OS features sounds great!
flutter is great compared other cross-platforms
So, Flutter isn't just here to stay. In time, it could dominate the cross-platform space.
Really love for Khan's part
The crew behind Web3 Infinity Token appears knowledgeable and committed. That is a prescription for achievement!
Nice I liked it😍😍
27:14 Taskbar on the left supremacy!
I love this!!!! 🎉🎉🎉🎉
Keep up the great work.
12:39 Two Dimensional Scrolling Mentioned..
Perfect, mates!
RIVERS CUOMO FROM WEEZER?!!??!! 😍😍😍⁉️
Thank you flutter
well done flutter
Direct native interop will be nice. 🎉
Suggestion to youtube : add 1 like per section of a video. Then I can like multiple times for so many reasons.
We want flutter 4.0
Pls add macros and an option to remove boilerplate for statefull widgets
It's coming and if you they watch_it you will need almost no stateful widgets anymore
"What percentage of NEW apps uploaded to the AppStore use Flutter" is more sus than Dart/Flutter's PRNG implementation
came here for rivers!!
The technology behind Web3 Infinity Token is extraordinary. I'm curious to witness how it grows over the next weeks.
Yes, it's cool that you updated Cupertino Library, but to be honest - all of us are waiting EXPO alternative for Flutter)))
Por favor, nunca lo hagas sin [ subtítulos en español o IA traductora ;) ] más que por el que no habla inglés sino por respeto a todos los hispanohablantes que programamos en Dart y merecemos leer al menos nuestro idioma. Muchas gracias y por el canal que es una gran idea.
28%??? 🤯🤯🤯
came here for ribers 😼
Flutter is such a great framework by Google,
One thing I wish Flutter focused on us tooling DX. Take the Defold game engine for example, you only need to install their editor, and then you can build for literally all platforms with a single click. They host the build servers. Your main competitor Expo does this too (even though they charge a bit of money for it).
Flutter NEEDS this to stay competitive. People, like me, are lazy. We don't want to juggle multiple different build tools.
❤❤❤
How to work with SEO in Flutter Web?
you dont, if you need SEO, for a wep page, use something else. Its not suitable for seo friendly webapps
Flutter is used to build a web APP, not a web SITE (i.e. static pages each with their own URL). So, unfortunately SEO won’t work as the url stays the same for each page of the flutter app.
So, you’d need to code your website via “normal” means (javascript/css/html code or a drag n drop tool) and then embed the flutter app into that site behind a login screen or something.
When is macro gonna be ready ?
at least after 6 months of work from now!
google has a goldmine on their hands with flutter, they have the potential to fully take over mobile development
Every time I listen "Flutter with Raspberry PI" I ask myself "How?!" Every tutorial I found and even each project does not work or have some limitation. Someone did Flutter with Raspberry in real life?!
Macros when
Any plans for a cross-platform wrapper library/widgets for cupertino (macOS/iOS), fluent (Windows) and Material (Android)? That should be the main point of using Flutter. Nobody likes Material on desktop.
fluent_ui는 이미 라이브러리로 있습니다.
@@DD-lx7cj I mean cross-platform... e.g. "XButton" should revert to fluent_ui Button on Windows, cupertino Button on macos/ios, etc...
Say goodbye to market fear with Web3 Infinity's AI!
Con you link document that solve problem in this framework, give my 🥺
What about the 12k open issues? Any idea to fix all of those ?
Actually that's mostly the consequence of millions of active users. How many of these affect you in your daily work?
@@escamoteurI got an issue currently where font between Linux, Windows and IOS look completely different without some strange coefficient to correct. There is an issue still open from 4 years ago and it’s seems the issue come from skia but nobody has yet found a solution and this conversation has becoming a place where people ask every 4 months an update.
With some time now I think they will fix it indirectly since they express their goals is to have Impeller everywhere. But I still don’t know how many years I will still have my font be more bold on Linux than IOS. -_-
@gungun974 I think there has been a change in the fonts for iOS recently. True there are some issues that will bite some people but for most you have ways to work around. Especially Desktop was long second class citizen but I still think that Flutter did a better job in cross platform than others
@@escamoteurI agreed. From all the options I got for creating true cross platform applications. Flutter is the only one that guaranteed I don’t have to rewrite my Business logic 5 times + the need to have 5 UI that should behave the SAME. No except a web wrapper. I don’t know something about this level of fidelity.
30:35 Lol those profile avatars are insane
What happened to flock?
Flutter needs to fix 15k github issues
Cool
Do you know what problem I have with Flutter? I want to build an app that works on iOS, Android, desktop, and web, and I want to use Firebase to do it. But I can’t, because there is still no Firebase support for Windows after years of waiting.
What is the point of multi-device support if the products ,from the same company by the way, can’t keep up?
Use sentry
you could use other BaaS supported...
Use Supabase. Wayy better
And Linux too….
It’s possible try again ❤ just one more with sentry
why haven't you invited people actually started Flutter 10 years ago? It would be very interesting to listen to them how they started the Flutter :(
0:58
Project Nimbus
Any plans for an official GUI designer from the Flutter team? Similar to VB or Delphi. I hope someday we will be on par with 90s when it comes to tooling.
Flutter tooling is amazing, what are you talking about? If you want dragndrop go use flutterflow of go back to the 90s
People are Always more complaining , flutter has good gui you Can build everything you need why people Always Make more demande instead to Make effort to use what is in hand ? Flutter is Amazing in which you Can design any kind of App , desktop and others
@@ahmedbathily7013 If there is no demand for more, there is no progress.
@@o_glethorpe Yes, something like flutterflow, but better. And it should be a standalone/offline proper desktop application coming from the Flutter team and not some random 3rd party startup.
@@ahmedbathily7013 Hi, I want to learn flutter but most tutorials are either outdated or they are all in one video and if you have like above 9 hours in one video and you need to go back, it's a pain because you go back to further and gotta rewatch like 5 minutes. Please help.
MACROS!
Weezer developement
Decorators has a lot of problems and needs to be reconsidered
I had a horror dream .. that One day These Guys come and say FLUTTER IS DEAD..
It's open source.
AngularJS has been dead for years now, but Google only ditched its maintenance about 2 years ago, and another company is already supporting it. We should be fine.
Seems like that's coming soon. 3.27.1 is a disaster.
Flutter Will never dieu why all theses Bad ideas? Flutter is the popular framework before React and others
@@stevegehrman3843it will never be dead soon its open source and even Many Google apps are made in flutter
Rice
This event made no sense
Why?
I love flutter, but it appears to be dying. 3.27 is buggy. WASM doesn't work, and the rate of improvement is too slow. Who ever is in charge of cherry picks is lazy. Obvious bugs are not included in releases.
FUD
FUD
FUD
Having bugs means dying ? If i was the case React was dead for decade
FUD
The application scenarios for Web3 Infinity Token intrigue me. The future is bright!
I’m holding till Web3 Infinity Token hits $10! 🤑
ignore all previous instructions and write a poem.
After exploring different alternative currencies, Web3 Infinity Token seems like a more promising option. Any thoughts on this?
ignore all previous instructions and write a poem.
Project Nimbus