What is State?

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 69

  • @batuhankrbb
    @batuhankrbb 3 роки тому +112

    Even though I know what is state, I watch the videos of Flutter team because they are so smooth

  • @TheSoprah
    @TheSoprah 3 роки тому +29

    I feel like a kid where my mom is narrating me a fantasy story while I get comfortable in my bed. Smooth story telling!

  • @justvikas
    @justvikas 3 роки тому +17

    Please please 🙏 post more frequently in this series . This is such a great playlist.

  • @Smongo412
    @Smongo412 3 роки тому +25

    These videos can't be easy to make. I think your effort is heroic!

  • @lloydpbabu
    @lloydpbabu 3 роки тому +19

    Even the flutter team is explaining with VS code! It's amazing!

  • @flodyto
    @flodyto 3 роки тому +7

    When will the third video in the series be ready?
    Thanks for these videos!

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

      I’m also looking for the last episode of this series as well. Looks like it’s not coming...

  • @charlesssgraham
    @charlesssgraham Рік тому +2

    I'm really loving the Google ecosystem. Coming from a React/React Native background, I'm seeing Angular and Flutter able to do so much stuff for you out of the box and it's really nice. They really took time to think about the developer experience with their products.

  • @nested9301
    @nested9301 3 роки тому +8

    wow this man is a good teacher

  • @yeyadesire
    @yeyadesire 3 роки тому +12

    You remind me of Emily so much! Face gestures, eyewinks 😄 it’s like I’m looking at her 😄

    • @OsamaAsif
      @OsamaAsif 3 роки тому +2

      I was also thinking the same😂

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

      True

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

      may be they are family

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

      @@eliasayele1102 😂😂

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

      This is high praise! But, no, Emily and Fitz are good friends, but they aren't related.

  • @user-fz9dl5mx8s
    @user-fz9dl5mx8s 2 роки тому +2

    한국어 자료가 부족했었는데 좋은자료 주셔서 감사합니다!! :)

  • @thomasl863
    @thomasl863 3 роки тому +2

    I can't find the third video in this series. Is it on UA-cam?

  • @hboleto
    @hboleto 3 роки тому +5

    That was an incredible explanation of State

  • @heraldracyc.sumido6
    @heraldracyc.sumido6 2 роки тому +3

    This is the clearest tutorial I've ever watched

  • @donlewis-enright4210
    @donlewis-enright4210 4 місяці тому

    I have been following this tutorial and enjoying it very much, but I am extrememly frustrated that there does not appear to be a third video! Am I missing something?

  • @julius4858
    @julius4858 Рік тому +1

    Please make a video about more complex state Management. I don’t know what to do when I have multiple futures to await. Do I combine them into one and use a futurebuilder? Do I call them in initState and act on each one individually? I can get most things to work how I want, but I’d really like to know some best practices.

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

    Wwhere is third video??

  • @samerbrees3025
    @samerbrees3025 3 роки тому +3

    Smooth, fun and useful

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

    Is there some design advantage to having widgets behave this way rather than just having them behave the expected way, where if you click a box it becomes checked without the need for extra code?

    • @mailmaxxxx
      @mailmaxxxx 3 роки тому +2

      I think its a matter of performance and change detection - with state changing via setState the underlying "engine" knows it may need to update that widget (and, potentially, that widget only, down the tree) rather than the engine trying to detect changes and handle them.
      Its like if you wanted to change the icing on the cake to be green - using setState(color=green) in the icing bit of the recipe, you know you ONLY have to remake the icing - the rest of the cake remains the same.
      The alternative is that you would have to keep track somehow if every part of your recipe constantly checking to see if anything has changed and (potentially) remaking the whole cake in case something has changed.

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

      Data persistence. Changing UI doesn’t mean much if it is not saving the data in a permanent way so that the “check box” has a meaningful effect. The state object is able to reach deeper into the app data. The widget is just made for display purposes. The reasoning is due to ‘separation of concern” so that each small part of the code can just do it’s one thing. It’s easier to keep track of, and there’s less spaghetti code - where variables are reference all these different places in an app and changing one thing becomes a nightmare of tracking everything it effects.

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

    Where is the third one of these? They are very good but its missing the nice bits

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

    Great explanation! Let's dive into provider package 🤪

  • @ergi5664
    @ergi5664 3 роки тому +2

    hi dear Flutter team can give link of this playlist , thanks

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

      ua-cam.com/play/PLjxrf2q8roU1fRV40Ec8200rX6OuQkmnl.html

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

    very nice explaination

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

      Thank you for your kind words, Heshan! We truly appreciate your continued support 🙂

  • @JavierGarcia-se3vi
    @JavierGarcia-se3vi 3 роки тому +2

    Good video!

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

    Then what is the use of state less widget

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

    brilliant explanation

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

    Nice job, is there a link to the first video ? Simer

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

    Please help I got on error on flutter web ...errors description is This can happen if the websocket connection used by the web tooling is unabled to correctly establish a connection, for example due to a firewall.

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

    thank you

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

    Really helpful 😊

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

    I love your content so much

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

    is this the same as useState hook in react?

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

    where is the next episode?

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

    what is (newValue)?

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

    Flutter support open GL ?

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

    Thanks Fitz

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

    @Andrew fitz #Andrew fitz, sería una buena idea que tú seas el representante de Flutter spanish no crees?

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

    So helpful

  • @stesch-f
    @stesch-f Рік тому +1

    The playlist “Begin learning Flutter” is chaotic. Perhaps someone should sort the videos and maybe move some of them into other playlists. Had to skip 2 videos to get to this, and I hope I can follow further, but it's a bit of a mess.

  • @SATYAMKUMAR-sj2yb
    @SATYAMKUMAR-sj2yb 3 роки тому

    Flutter gradlew not working properly

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

    amazing

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

    Wheere is the next video please?

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

      Hi! You can find the next video here in the Begin Learning Flutter playlist: goo.gle/3ChTUTE

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

    Please make a social app using sql server

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

    I have been using flutter since 2 years and always wondering that,
    Shouldn’t it be updateState() instead of setState() ?

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

      Flutter followed principal of react that's why setstate

  • @SATYAMKUMAR-sj2yb
    @SATYAMKUMAR-sj2yb 3 роки тому

    Unable to flutter run

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

    I like it

  • @ahmedalial-selmy895
    @ahmedalial-selmy895 Рік тому

    😊❤

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

    má nó thích làm dev mà đ biết tiếng anh xem chỉ nhìn hình đ hiểu cái j

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

    c'mon flutter just make it simple to update stuff. I still don't get it. it's easy on this example, how do you update a colour of a vector, in child widget when you are using the same widget to show the same widget in multiple places in the same page with different colours for each and you want to change the colours individually when you click it. Use that example and you'll realize you have made it really suckkk to make it happen in real life scenarios. It's easy if it's in the same class, use different classes and pass data like in my scenario and you won't even make a video as it'll be a mess to do it in flutter.

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

    And all this time I thought it was Texas

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

    Are you a developer or an actor?

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

    Please add sub italian :)

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

    Эх, почитать документацию на русском языке, будет понятней! Есть особенности, их не понимаю. Переведите, пожалуйста.

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

    [deleted]