#FlutterInProduction

Поділитися
Вставка
  • Опубліковано 5 лют 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

КОМЕНТАРІ • 146

  • @flutterdev
    @flutterdev  Місяць тому +36

    Subscribe to Flutter → goo.gle/FlutterYT

  • @abbosbobomurodov5011
    @abbosbobomurodov5011 Місяць тому +20

    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.

  • @shamunsalihu5802
    @shamunsalihu5802 Місяць тому +18

    Flutter is here to stay forever, insha Allah

  • @adarshneeds
    @adarshneeds Місяць тому +20

    Flutter is such a great framework by Google, and I really appreciate the Google team for creating it.

  • @philosophia5577
    @philosophia5577 Місяць тому +12

    Damn!!! A HUGE Shoutout to Flutter Team and their dedication in blessing us with such polished Flutter events!

  • @Denniverse
    @Denniverse Місяць тому +5

    Flutter is such an amazing Project! Im really happy to hear it reached production state!

  • @Jtao-fz1nd
    @Jtao-fz1nd Місяць тому +21

    Woah! That's Marcus Ng, the master Flutter developer on UA-cam....I learned all my Flutter from him. 🔥🔥🔥

  • @yurtemre7
    @yurtemre7 Місяць тому +19

    thank you for your work!

  • @KimmyWang
    @KimmyWang Місяць тому +2

    I like flutter, thank you flutter, and I hope flutter will get better and better.

  • @Gaijin101
    @Gaijin101 Місяць тому +8

    Nice to see love for Flutter Web

  • @pawelmiechowiecki7901
    @pawelmiechowiecki7901 Місяць тому +7

    Good to hear that... I'm glad the framework is evolving, and I can't wait for these new features!

  • @Ishifr
    @Ishifr Місяць тому +5

    Thank you guys for so much effort.
    Really good roadmap.And you guys should give some freedom for network developers who uses Dart.

  • @gizmogeeksguide
    @gizmogeeksguide Місяць тому +11

    What I mostly like is Direct native interop.

  • @HoveredCubeOfficial
    @HoveredCubeOfficial Місяць тому +3

    Flutter forever ❤

  • @youdube1203
    @youdube1203 Місяць тому +1

    Flutter updates always special

  • @BRITTPleasant
    @BRITTPleasant Місяць тому +3

    I admire Web3 Infinity Token's team's transparency. It's an undertaking with moral character.

  • @U.g.u.r.A.P.A.K
    @U.g.u.r.A.P.A.K Місяць тому +1

    Flutter is the best.

  • @spatial_rind
    @spatial_rind Місяць тому +8

    Oh no way it's RIVAH WEEZAH!!
    I dunno what Flutter is but it seems interesting.

  • @abdelrahmanabied5982
    @abdelrahmanabied5982 Місяць тому +10

    direct native interop this feature is amazing i hope google finish it quickly

  • @haseebkahn4811
    @haseebkahn4811 Місяць тому +3

    Lovely interview.
    Really motivational

  • @tfozo
    @tfozo Місяць тому +3

    THANK YOU TEAM

  • @isurujn
    @isurujn 24 дні тому

    Some interesting things to keep an eye out. Shifting to SPM and Direct Interop are two that I'd be looking forward to.

  • @gungun974
    @gungun974 Місяць тому +54

    All the chat in the Q/A were screaming macro. What is the state of macro and when could we stop using build_runner ?

    • @FlameEngineDev
      @FlameEngineDev Місяць тому +24

      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.

    • @redbrogdon
      @redbrogdon Місяць тому +10

      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.

    • @Dominic_Herzog
      @Dominic_Herzog Місяць тому +9

      Macros is developing by dart team, not flutter. I think this question is not for the flutter team

    • @merthyr1831
      @merthyr1831 Місяць тому

      They're available in the latest version of Flutter since it relies on Dart 3.5, no?

    • @Dominic_Herzog
      @Dominic_Herzog Місяць тому

      @@merthyr1831 experimental. He said about stable version

  • @musicTvChannel2024
    @musicTvChannel2024 Місяць тому +1

    flutter is great compared other cross-platforms

  • @samuelgadiel
    @samuelgadiel Місяць тому +5

    So, can I assume that Flutter is not going to die anymore? 😂😂😂

  • @DominikRoszkowski
    @DominikRoszkowski Місяць тому +2

    Thanks for the cool event and great q&a session

  • @Detective_Khalifah
    @Detective_Khalifah 28 днів тому +1

    So, Flutter isn't just here to stay. In time, it could dominate the cross-platform space.

  • @verticrow
    @verticrow Місяць тому

    Keep up the great work.

  • @theabsdude
    @theabsdude Місяць тому +24

    Please fix issues with integration tests and make it more efficient including support for desktop properly

    • @bartekpa
      @bartekpa Місяць тому

      What specific problems do you face with integration tests?

    • @NEXUS_NEWS369
      @NEXUS_NEWS369 Місяць тому

      what is your problems buddy ??

    • @theabsdude
      @theabsdude Місяць тому

      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.

  • @Santanaebay
    @Santanaebay Місяць тому +1

    I love this!!!! 🎉🎉🎉🎉

  • @selfeducation4u
    @selfeducation4u Місяць тому +1

    Nice I liked it😍😍

  • @renotanumber
    @renotanumber Місяць тому +2

    11:23 its nice to see O'Mesh featured there. Mesh gradients FTW

  • @madhav1861
    @madhav1861 Місяць тому +1

    Thank you flutter

  • @WorstDeveloper
    @WorstDeveloper Місяць тому +2

    Better direct interop with OS features sounds great!

  • @adewaleadisa4346
    @adewaleadisa4346 Місяць тому

    well done flutter

  • @conceptcoder
    @conceptcoder Місяць тому +2

    Really love for Khan's part

  • @noahr842
    @noahr842 Місяць тому

    Direct native interop will be nice. 🎉

  • @barziyassin1
    @barziyassin1 Місяць тому

    Perfect, mates!

  • @epicroonie1
    @epicroonie1 Місяць тому +1

    RIVERS CUOMO FROM WEEZER?!!??!! 😍😍😍⁉️

  • @PollyMoss-n1z
    @PollyMoss-n1z Місяць тому +3

    The crew behind Web3 Infinity Token appears knowledgeable and committed. That is a prescription for achievement!

  • @faheemahmad3957
    @faheemahmad3957 Місяць тому +2

    We want flutter 4.0

  • @muddi900
    @muddi900 Місяць тому +4

    27:14 Taskbar on the left supremacy!

  • @weezerfan73
    @weezerfan73 Місяць тому +1

    came here for rivers!!

  • @cekroz
    @cekroz Місяць тому +4

    Suggestion to youtube : add 1 like per section of a video. Then I can like multiple times for so many reasons.

  • @philosophia5577
    @philosophia5577 Місяць тому +3

    12:39 Two Dimensional Scrolling Mentioned..

  • @Ringothecatx3
    @Ringothecatx3 Місяць тому +1

    came here for ribers 😼

  • @teodorneagoe
    @teodorneagoe Місяць тому +6

    Pls add macros and an option to remove boilerplate for statefull widgets

    • @escamoteur
      @escamoteur Місяць тому +1

      It's coming and if you they watch_it you will need almost no stateful widgets anymore

  • @marius1445
    @marius1445 Місяць тому +6

    google has a goldmine on their hands with flutter, they have the potential to fully take over mobile development

  • @amirs6472
    @amirs6472 Місяць тому +2

    Flutter is such a great framework by Google,

  • @SerkanSerdar-q9i
    @SerkanSerdar-q9i Місяць тому +3

    The technology behind Web3 Infinity Token is extraordinary. I'm curious to witness how it grows over the next weeks.

  • @alirazadhanyal
    @alirazadhanyal Місяць тому +1

    ❤❤❤

  • @scottorlyck2033
    @scottorlyck2033 Місяць тому +1

    "What percentage of NEW apps uploaded to the AppStore use Flutter" is more sus than Dart/Flutter's PRNG implementation

  • @fula5
    @fula5 Місяць тому

    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.

  • @Not_Dizi
    @Not_Dizi Місяць тому +1

    28%??? 🤯🤯🤯

  • @tiberiusrubicon9261
    @tiberiusrubicon9261 Місяць тому +4

    Yes, it's cool that you updated Cupertino Library, but to be honest - all of us are waiting EXPO alternative for Flutter)))

  • @LatifeNese
    @LatifeNese Місяць тому +1

    Say goodbye to market fear with Web3 Infinity's AI!

  • @ehsanhasin
    @ehsanhasin День тому

    great

  • @WorstDeveloper
    @WorstDeveloper Місяць тому +4

    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.

  • @zuraforreg3088
    @zuraforreg3088 Місяць тому +3

    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.

    • @DD-lx7cj
      @DD-lx7cj Місяць тому +5

      fluent_ui는 이미 라이브러리로 있습니다.

    • @zuraforreg3088
      @zuraforreg3088 Місяць тому

      @@DD-lx7cj I mean cross-platform... e.g. "XButton" should revert to fluent_ui Button on Windows, cupertino Button on macos/ios, etc...

  • @al_yousfi_soft9112
    @al_yousfi_soft9112 Місяць тому

    Con you link document that solve problem in this framework, give my 🥺

  • @marodonthemorone
    @marodonthemorone Місяць тому +2

    When is macro gonna be ready ?

    • @philosophia5577
      @philosophia5577 Місяць тому

      at least after 6 months of work from now!

  • @jorgealejandrorodriguezovi3382
    @jorgealejandrorodriguezovi3382 Місяць тому +2

    How to work with SEO in Flutter Web?

    • @GeorgeDicu-hs5yp
      @GeorgeDicu-hs5yp Місяць тому +1

      you dont, if you need SEO, for a wep page, use something else. Its not suitable for seo friendly webapps

    • @SamIAm-xc7ff
      @SamIAm-xc7ff Місяць тому +1

      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.

  • @klirmio21
    @klirmio21 Місяць тому +3

    Macros when

  • @rafaband
    @rafaband Місяць тому +1

    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?!

  • @kishanbsh
    @kishanbsh Місяць тому +1

    What about the 12k open issues? Any idea to fix all of those ?

    • @escamoteur
      @escamoteur Місяць тому +7

      Actually that's mostly the consequence of millions of active users. How many of these affect you in your daily work?

    • @gungun974
      @gungun974 Місяць тому +1

      @@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. -_-

    • @escamoteur
      @escamoteur Місяць тому +1

      @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

    • @gungun974
      @gungun974 Місяць тому +1

      @@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.

  • @o_glethorpe
    @o_glethorpe Місяць тому +7

    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?

    • @madicdjordje
      @madicdjordje Місяць тому +1

      Use sentry

    • @barnabtz
      @barnabtz Місяць тому +3

      you could use other BaaS supported...

    • @DepthsOfBlues
      @DepthsOfBlues Місяць тому

      Use Supabase. Wayy better

    • @klirmio21
      @klirmio21 Місяць тому +1

      And Linux too….

    • @barryalimou4943
      @barryalimou4943 Місяць тому +1

      It’s possible try again ❤ just one more with sentry

  • @praneethchinna9694
    @praneethchinna9694 Місяць тому +1

    Cool

  • @faheemahmad3957
    @faheemahmad3957 Місяць тому

    Flutter needs to fix 15k github issues

  • @ggrnu4555
    @ggrnu4555 26 днів тому

    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 :(

  • @korigamik
    @korigamik Місяць тому

    What happened to flock?

  • @zuraforreg3088
    @zuraforreg3088 Місяць тому +1

    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.

    • @o_glethorpe
      @o_glethorpe Місяць тому +5

      Flutter tooling is amazing, what are you talking about? If you want dragndrop go use flutterflow of go back to the 90s

    • @ahmedbathily7013
      @ahmedbathily7013 Місяць тому +1

      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

    • @zuraforreg3088
      @zuraforreg3088 Місяць тому

      @@ahmedbathily7013 If there is no demand for more, there is no progress.

    • @zuraforreg3088
      @zuraforreg3088 Місяць тому +1

      @@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.

    • @trex511ft
      @trex511ft Місяць тому +1

      @@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.

  • @abdelaesus6678
    @abdelaesus6678 Місяць тому

    Project Nimbus

  • @MdHossain-h9b
    @MdHossain-h9b Місяць тому

    0:58

  • @krtirtho
    @krtirtho Місяць тому +1

    30:35 Lol those profile avatars are insane

  • @ghost4n
    @ghost4n Місяць тому +1

    Decorators has a lot of problems and needs to be reconsidered

  • @xenowarp
    @xenowarp Місяць тому +6

    I had a horror dream .. that One day These Guys come and say FLUTTER IS DEAD..

    • @Ruhan885
      @Ruhan885 Місяць тому +8

      It's open source.

    • @o_glethorpe
      @o_glethorpe Місяць тому +2

      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.

    • @stevegehrman3843
      @stevegehrman3843 Місяць тому +1

      Seems like that's coming soon. 3.27.1 is a disaster.

    • @ahmedbathily7013
      @ahmedbathily7013 Місяць тому +1

      Flutter Will never dieu why all theses Bad ideas? Flutter is the popular framework before React and others

    • @ahmedbathily7013
      @ahmedbathily7013 Місяць тому

      ​@@stevegehrman3843it will never be dead soon its open source and even Many Google apps are made in flutter

  • @VictorOnFlutter
    @VictorOnFlutter Місяць тому +1

    MACROS!

  • @GDNachoo
    @GDNachoo Місяць тому +1

    Weezer developement

  • @Jane_Edits69
    @Jane_Edits69 Місяць тому +1

    Rice

  • @pedrommosrpgs
    @pedrommosrpgs Місяць тому +3

    This event made no sense

  • @stevegehrman3843
    @stevegehrman3843 Місяць тому +2

    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.

  • @NevinSerkan
    @NevinSerkan Місяць тому +2

    The application scenarios for Web3 Infinity Token intrigue me. The future is bright!

  • @FeyzaAziz
    @FeyzaAziz Місяць тому

    I’m holding till Web3 Infinity Token hits $10! 🤑

  • @MuhammetBunyamin
    @MuhammetBunyamin Місяць тому +3

    After exploring different alternative currencies, Web3 Infinity Token seems like a more promising option. Any thoughts on this?

  • @abdelaesus6678
    @abdelaesus6678 Місяць тому

    Project Nimbus