Flutter Futurebuilder Widget | Handling Async Data | Flutter Tutorial

Поделиться
HTML-код
  • Опубликовано: 4 авг 2019
  • Futurebuilder Widget is a really useful widget in Flutter. There are a lot of Asynchronous data that comes from different sections. Could be from a DB connection, Firebase Connection, API calls! All of these take a second or two. That is where this FutureBuilder Widget comes into the picture.
    It helps you handle these asynchronous wait time by creating another widget/filler widget until these data loads! All of these are called as Future and is handled through operators like async or await
    In this video, we will see the use of future, builder & initial data attribute. How using these attributes can control the Asynchronous data.
    #future #async #data
    Do not forget to check out this article on FutureBuilder Widget -
    As usual, check my blog out!!
    androidmonks.com/
    Social Media
    Follow me on Twitter: / diputsc
    Follow my Facebook: / androidsmonk
    Follow me on Instagram: / diputs.crea. .
    Follow me on Medium: / baradwaj.varadhar. .
    Disclaimer:
    All videos are for educational purpose only. Any video might have a slight mistake, please take decisions based on your research. This video does not force anything on you.
  • НаукаНаука

Комментарии • 13

  • @cooode3974
    @cooode3974  5 лет назад +1

    FutureBuilder is the Flutter's way of waiting for an asynchronous data! Really useful!

  • @hardiklakhalani6268
    @hardiklakhalani6268 3 года назад +1

    I wish I could give you multiple likes. Explained very well. You have put your best effort. Thanks a lot Man!

  • @krishanshanuka8295
    @krishanshanuka8295 2 года назад

    great explanation. thank you bud

  • @heavenlife5619
    @heavenlife5619 2 года назад +1

    Future builder does not block the code line means if the task is taking time till then the below lines code start executing.

  • @tusharbarman1924
    @tusharbarman1924 4 года назад

    Holy Shit. Why did I discover this channel Late. Please upload more videos

  • @omarelmanzlalawy6071
    @omarelmanzlalawy6071 2 года назад

    Great explanation bro, thx a lot.

  • @yudhisthirsingh8401
    @yudhisthirsingh8401 4 года назад +3

    Keep the selfie camera in front and work on voice clarity.

  • @DheerajSharma-ld1wh
    @DheerajSharma-ld1wh 4 года назад

    api kese add kare in widget

  • @fluttercrew
    @fluttercrew 4 года назад

    when i tried to navigate to next page future method is calling

  • @whitetiger3987
    @whitetiger3987 3 года назад

    hocam bayağı iyi

  • @leelasudhab4603
    @leelasudhab4603 4 года назад

    What does (context) mean?

    • @hardiklakhalani6268
      @hardiklakhalani6268 3 года назад

      Yesss Same question I think about every single time I type context context context!!!