Dart Futures - Flutter in Focus

Поділитися
Вставка
  • Опубліковано 20 чер 2019
  • This is the second video in the Flutter in Focus series on asynchronous coding in Dart. In this episode, learn everything about Future objects, Dart’s most basic API for async, including how to handle data, catch errors, and put futures to work building Flutter widgets with FutureBuilder.
    For more deep dives on things like Stateless and Stateful widgets, Flutter on iOS, and other advanced topics, check out the other episodes of Flutter in Focus.
    Asynchronous programming: futures & async-await → goo.gle/2XJLPSd
    Isolate Class → goo.gle/2F8Mg1g
    Flutter in Focus Playlist → goo.gle/FlutterInFocus
    Get started with Flutter → flutter.dev
    Try a Flutter codelab → goo.gl/d3fHPo
    Join the conversation → goo.gl/68oUnb
    Subscribe to the Flutter channel → goo.gle/FlutterYT
    #dart #darttopic

КОМЕНТАРІ • 126

  • @amirgamil
    @amirgamil 5 років тому +66

    The quality of these videos is astounding. Please keep 'em coming!

  • @acavals8080
    @acavals8080 2 роки тому +9

    Dude, you just won the Nobel prize for Simplicity! I struggled to understand how Future works when I started to use Firebase; now, it is all clear. I'm in love with Dart & Flutter.

  • @palakpatel433
    @palakpatel433 3 роки тому +1

    Loved this video, thank you for explaining things in such a straightforward way.

  • @mesharibuhadi1437
    @mesharibuhadi1437 2 роки тому +1

    Man you articulated that really well, Thank you so much for a great video!

  • @mahmood466
    @mahmood466 2 роки тому +2

    What a great team behind the flutter, love it ❤

  • @StingSting844
    @StingSting844 5 років тому +145

    Gift boxes dont contain errors bro! That would be a sad day

  • @pranavbhagwat1734
    @pranavbhagwat1734 2 роки тому +2

    Great video, simply put but with sufficient detail for beginner devs!

  • @mgorn
    @mgorn 5 років тому +49

    This portrayal of the Future as a superposition of result and error was approved by Schrödinger and his cat.

  • @sayyidj6406
    @sayyidj6406 2 роки тому +1

    i was learning flutter 1 years ago, and i falling in love with this framework, make an simple app for school, and now i am make some games with flutter too. i create bunch of png sequence from after effect, glue it into single image and paint it with drawRrect, this future delayed come in handy when display spesific size frame from image, i test it with flutter inspector in real device, some times get 60 fps sometimes not even with bloc state management plugin. struggle with performance problem, still try to learn :)

  • @MrAmG17
    @MrAmG17 5 років тому

    Love these series !

  • @starvingdeveloper2987
    @starvingdeveloper2987 4 роки тому

    Thank you! Very helpful and informative!

  • @abou3542
    @abou3542 5 років тому

    Thanks for the explanation ! Great job !!!!

  • @jagdishshetty4782
    @jagdishshetty4782 3 роки тому

    Awesome explanation !!!

  • @RaymondAtivie
    @RaymondAtivie 5 років тому

    Great explanation thank you

  • @sepddy
    @sepddy Рік тому

    I learned Future so good , thanks

  • @sanghvian
    @sanghvian 2 роки тому

    Brilliant video !

  • @rishidiwute3604
    @rishidiwute3604 Рік тому

    Loved it !

  • @bikkikumarsha
    @bikkikumarsha 4 роки тому +2

    Clean and crisp slides and diagram.

  • @juliencasta1968
    @juliencasta1968 2 роки тому

    merci pour le tuto très bonne information cool :)

  • @a6Brgeuka
    @a6Brgeuka 5 років тому

    Great! Thank you!