Flutter
Flutter
  • Видео 540
  • Просмотров 102 523 475
List.generate (Technique of the Week)
Use List.generate to programatically create child widgets of rows, columns, and any widget that doesn’t have a builder constructor.
List.generate API documentation →goo.gle/3z3QsOS
[Flutter tutorial] Create mixed lists with different items → goo.gle/4caRpn1
Watch more Technique of the Week → goo.gle/FlutterTechnique
Subscribe to Flutter → goo.gle/FlutterYT
#Flutter #TechniqueOfTheWeek
Speaker: Eric Windmill
Products Mentioned: Flutter
Просмотров: 21 974

Видео

Tween (Technique of the Week)
Просмотров 45 тыс.21 день назад
Tween classes are useful when you want to interpolate over a range of values to create an animation. Tween class → goo.gle/3UweHNN Watch more Technique of the Week → goo.gle/FlutterTechnique Subscribe to Flutter → goo.gle/FlutterYT #Flutter #TechniqueOfTheWeek Speaker: Eric Windmill Products Mentioned: Flutter
Building multiplatform games with Flutter
Просмотров 34 тыс.Месяц назад
Learn how to build your next game with Flutter. Flutter is used in more than 1M apps from small studios to large companies building beautiful, natively compiled, multi-platform applications from a single codebase. Casual games have become a big part of the Flutter ecosystem with the Casual Games Toolkit, a collection of free and open source tools, templates, and resources to make game developme...
Flutter at Google I/O 2024 in 5 minutes
Просмотров 4,6 млнМесяц назад
Flutter at Google I/O 2024 in 5 minutes
How to build a physics based game with Flutter and Flame's Forge2D
Просмотров 22 тыс.Месяц назад
How to build a physics based game with Flutter and Flame's Forge2D
Gemini API and Flutter: Practical, AI-driven apps with Google AI tools
Просмотров 34 тыс.Месяц назад
Gemini API and Flutter: Practical, AI-driven apps with Google AI tools
No more broken links: Deep linking success in Flutter
Просмотров 28 тыс.Месяц назад
No more broken links: Deep linking success in Flutter
Building picture perfect camera experiences in Flutter with CameraX
Просмотров 34 тыс.Месяц назад
Building picture perfect camera experiences in Flutter with CameraX
What's new in Flutter
Просмотров 183 тыс.Месяц назад
What's new in Flutter
How to build Adaptive UI with Flutter
Просмотров 313 тыс.Месяц назад
How to build Adaptive UI with Flutter
Announcing the winners from the #GlobalGamersChallenge
Просмотров 11 тыс.Месяц назад
Announcing the winners from the #GlobalGamersChallenge
How Universal Destinations & Experiences build next generation experiences with #Flutter
Просмотров 19 тыс.Месяц назад
How Universal Destinations & Experiences build next generation experiences with #Flutter
Isolates (Technique of the Week)
Просмотров 64 тыс.2 месяца назад
Isolates (Technique of the Week)
DevTools Extensions - Flutter Build Show
Просмотров 15 тыс.2 месяца назад
DevTools Extensions - Flutter Build Show
Top 20 finalists from the #GlobalGamersChallenge
Просмотров 7 тыс.2 месяца назад
Top 20 finalists from the #GlobalGamersChallenge
SegmentedButton (Widget of the Week)
Просмотров 55 тыс.2 месяца назад
SegmentedButton (Widget of the Week)
Drag and drop - Flutter Build Show
Просмотров 45 тыс.3 месяца назад
Drag and drop - Flutter Build Show
Announcing the judges for the #GlobalGamersChallenge
Просмотров 8 тыс.4 месяца назад
Announcing the judges for the #GlobalGamersChallenge
feedback (Package of the Week)
Просмотров 50 тыс.4 месяца назад
feedback (Package of the Week)
Patterns #DecodingFlutter
Просмотров 35 тыс.5 месяцев назад
Patterns #DecodingFlutter
DropdownMenu (Widget of the Week)
Просмотров 68 тыс.5 месяцев назад
DropdownMenu (Widget of the Week)
Global Citizen (Flutter Developer Stories)
Просмотров 9 тыс.5 месяцев назад
Global Citizen (Flutter Developer Stories)
The #GoogleWalletChallenge
Просмотров 11 тыс.5 месяцев назад
The #GoogleWalletChallenge
Announcing the #GlobalGamersChallenge!
Просмотров 18 тыс.5 месяцев назад
Announcing the #GlobalGamersChallenge!
UI tests #DecodingFlutter
Просмотров 38 тыс.6 месяцев назад
UI tests #DecodingFlutter
OverlayPortal (Widget of the Week)
Просмотров 89 тыс.6 месяцев назад
OverlayPortal (Widget of the Week)
When to use the Flutter beta channel
Просмотров 12 тыс.7 месяцев назад
When to use the Flutter beta channel
Introducing the Flutter Casual Games Toolkit
Просмотров 74 тыс.7 месяцев назад
Introducing the Flutter Casual Games Toolkit
2D scrolling - Flutter Build Show
Просмотров 50 тыс.7 месяцев назад
2D scrolling - Flutter Build Show
Gap (Package of the Week)
Просмотров 111 тыс.7 месяцев назад
Gap (Package of the Week)

Комментарии

  • @flutter-fm1kl
    @flutter-fm1kl 19 часов назад

    How to manage data came from the backend

  • @moammarqaddafi4858
    @moammarqaddafi4858 23 часа назад

    Reason we love flutter... learning never stops

  • @willcoder
    @willcoder День назад

    Isolates makes multi-core apps using Flutter really awesome. I'm curious: in addition to avoiding jank, does offloading that work onto a background core also improve battery life? It seems like using multiple cores _should_ have a net better energy draw than the same work being task-switched on a single core. If nothing else, doing more work in a shorter amount of time would at least save on screen-time, but ignoring that, is it more power efficient for just the CPU draw?

  • @LabGecko
    @LabGecko День назад

    Little less drama injected into the explanation would be nice if it would speed this up. Anyone understanding this code is not a child. I feel like this could've been done in 15 min, especially if typos were edited out.

  • @notoriouslycuriouswombat
    @notoriouslycuriouswombat День назад

    Working with Json is not really tedious in most languages.. dart is one of those where it somehow is.. self inflicted wounds. Hopefully macros fix this

  • @prakharkulshrestha8467
    @prakharkulshrestha8467 День назад

    Which editor or theme you are using?

  • @Miksa-oi7wl
    @Miksa-oi7wl День назад

    Looks cool!

  • @20cmusic
    @20cmusic День назад

    Mixing up data structure with logic is really bad idea. It makes harder to debug, harder to read and makes more error. In real world, fancy syntax is the enemy of maintainability.

  • @superjfbm
    @superjfbm 2 дня назад

    ..it doesnt feel.... real.

  • @tube-rp1nb
    @tube-rp1nb 2 дня назад

    let's do it flutter is the best. i don't want to go to react native anymore with unnecessary and costly eas build. flutter flutter💪💪💪💪

  • @AleixoDossantos
    @AleixoDossantos 2 дня назад

    Pengikutnya hanya KTP islam tdk bisa membaca huruf arab hanya menghafal agama islam itu di turunkan langsung dari Aulah. Percayalah agama islam pembohong

  • @Foolistan007
    @Foolistan007 2 дня назад

    Why don't google use Flutter in their own projects ?

  • @matteoborghi3942
    @matteoborghi3942 3 дня назад

    When I understood the watch I felt a rock lifted from my heart, it felt so easy

  • @infinixjambi3918
    @infinixjambi3918 3 дня назад

    Zainab maradinslmarhumwanita sukses nebangjafi artis intronasional mudik harus rekamsuara zainabsemuanya musik lagi pinal

  • @infinixjambi3918
    @infinixjambi3918 3 дня назад

    Mari tetap satu kaset suara Zainab OS

  • @infinixjambi3918
    @infinixjambi3918 3 дня назад

    Suara zainabfionipu pakai namaartis jakarta wajah artis jakarta bisVae di Eli kaset diooubah photo inilah gawe orabvnipu dariaset suara zainabnsmanipu wajah nipubos

  • @DesenvolvedorJose
    @DesenvolvedorJose 3 дня назад

    nice!

  • @user-li7tg4hm7u
    @user-li7tg4hm7u 3 дня назад

    I just joined your VIP group, and I'm so excited to learn from the best in the business. Thank you for this amazing opportunity!

  • @inakisanchez2552
    @inakisanchez2552 4 дня назад

    I have an interview in a few days for a position with flutter. I'm a Backend dev and had no experience with this but, man, this was so clear to me. Thank you

  • @irvincordoba2442
    @irvincordoba2442 5 дней назад

    The advanced version link is broken

  • @abd1x7
    @abd1x7 5 дней назад

    Wtf Apple accepted it's events now look like a ai made it Google is still trying to be goofy in the Io

  • @devgauravjatt
    @devgauravjatt 5 дней назад

    Top level 🎚️

  • @oliverbytes
    @oliverbytes 6 дней назад

    What will be the minimum size of the bundle by using on device gemma?

  • @eliezercapuano
    @eliezercapuano 6 дней назад

    The great Flutter❤

  • @pacorta123
    @pacorta123 6 дней назад

    How accurate is the data acquired from the user when fetching for their location speed etc?

  • @toddcleckner2652
    @toddcleckner2652 6 дней назад

    Awesome. What is the app mentioned at 12:17?

  • @m1hdi333
    @m1hdi333 6 дней назад

    cross platform programming is the future

  • @forno_nicolas
    @forno_nicolas 6 дней назад

    Flutter web is savage 🎯💯 We only need now safari support Wasm GC to be a real solution... Im very impresed on how flutter - web PWAs are even faster than HTML + JS on the start time 👏👏👏 PD. I use to hate flutter web very hard.

  • @fauzan68-yv7on
    @fauzan68-yv7on 6 дней назад

    Ponstan macamnya obat gigi 1:40

  • @SergeMatveenko
    @SergeMatveenko 6 дней назад

    This is really a missing piece for styling in Flutter. There is a huge learning curve between material widgets and building custom styled widgets in Flutter. It looks like Mix brings custom styled widget systems closer to less experienced developers.

  • @fauzan68-yv7on
    @fauzan68-yv7on 6 дней назад

    Personal 75.6 3:34

  • @fauzan68-yv7on
    @fauzan68-yv7on 6 дней назад

    / 0:32

  • @Amankumar-gj1sb
    @Amankumar-gj1sb 6 дней назад

    how can we pass image instead of that icon ?

  • @fauzan68-yv7on
    @fauzan68-yv7on 6 дней назад

    Mencokolist 6:00

  • @Priyanka-yc4jz
    @Priyanka-yc4jz 7 дней назад

    Narasa,wf,priyanka,sahu,

  • @noobcoding
    @noobcoding 7 дней назад

    Nice. A technique I have been using for years. If Flutter even recommends it, then it can only be good. :D

  • @YvoneKoge
    @YvoneKoge 7 дней назад

    I hope there will be MotionLayout in Flutter

  • @YvoneKoge
    @YvoneKoge 7 дней назад

    I hope there will be MotionLayout in Flutter

  • @prabinlamsal74
    @prabinlamsal74 7 дней назад

    gold

  • @rebeccataylor3769
    @rebeccataylor3769 7 дней назад

    My Choices is ? My lchosen Crush Jones always bye Life

  • @d.t.a6676
    @d.t.a6676 7 дней назад

    finally , Technique of the week Thank You Flutter

  • @heryrakotoarizafy
    @heryrakotoarizafy 7 дней назад

    This video is interesting, thank you very much for informing about kucoin referral code

  • @olegst9636
    @olegst9636 7 дней назад

    Cleaner than - list.map((e){ }).toList(). But the for cycle is still more elegant.

  • @ZverevZverevZ
    @ZverevZverevZ 7 дней назад

    I always use this before consume real API, to test UI

  • @amcoderipper4116
    @amcoderipper4116 7 дней назад

    مذهل !

  • @kamaravichow
    @kamaravichow 7 дней назад

    Sounds like AI generated voice and flutter team is on auto pilot

  • @pugreptiles4601
    @pugreptiles4601 7 дней назад

    Do y'all say 'sikjulait' ?? Why not 'askjulait' ???))

  • @avinashm7490
    @avinashm7490 7 дней назад

  • @aymendenoub2503
    @aymendenoub2503 7 дней назад

    Is Flutter running out of widgets so we're doing "techniques" now?

    • @TheOrator_Ese
      @TheOrator_Ese 7 дней назад

      Which widgets are you lacking when you have dart? Lol skill issue

    • @mikopiko
      @mikopiko 7 дней назад

      Yeah, Widget of the Week could start covering third party packages too?

    • @aymendenoub2503
      @aymendenoub2503 7 дней назад

      @@TheOrator_Ese I don't lack any widget. I'm just saying

    • @aymendenoub2503
      @aymendenoub2503 7 дней назад

      @@mikopiko Yeah, also I actually l8ke this techniques thing I was just joking

    • @bitdefend1
      @bitdefend1 6 дней назад

      Cant get this joke😊

  • @krishna_mahaur
    @krishna_mahaur 7 дней назад

    is flutter still popular?

    • @TheOrator_Ese
      @TheOrator_Ese 7 дней назад

      Why not?

    • @iamvalenci4
      @iamvalenci4 5 дней назад

      more popular than react if you compare it on google trends