BuildContext - Flutter

Поділитися
Вставка
  • Опубліковано 19 лют 2023
  • BuildContext is something a lot of Flutter developers know how to use, but they don't necessarily understand it.
    Article: www.hungrimind.com/flutter/bu...

КОМЕНТАРІ • 19

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

    Great Video

  • @1ManStartup
    @1ManStartup Рік тому +2

    Great video thanks for sharing!

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

      Thanks Dave, I really appreciate it :)

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

    Thanks man subscribed!

  • @littlebearandchicken2077
    @littlebearandchicken2077 Рік тому +5

    A shame that you didn't use your own voice but a great video nonetheless. This is also the only video that FINALLY explained to me why I wasn't able to get a bloc out of the BuildContext in a widget that's directly underneath a BlocProvider!

    • @hungrimind
      @hungrimind  Рік тому +4

      I'm still deciding on what I want to do long term. Using the AI voice makes videos a lot easier to update and edit. If there's anything that changes with BuildContext, I still have the script, and I can make some changes and have the voice over with no stutters or anything in seconds. That's the big benefit, so I should be able to make more videos, and focus more on creating better explanations than focusing on the presenting. But on the other hand it's less fun to make these. I don't know what I will do long term, but the most important thing for me is that it's helping people, and it seems like it still did with the AI voice.

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

      @@hungrimind You sure did. Keep experimenting and fiind out what works for you :) Best of luck!

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

      @@hungrimind Or you can deepfake your voice and make the ai sound like you :)

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

    deeply explained 🙌

  • @sushilgyawali7880
    @sushilgyawali7880 5 місяців тому

    suscribed.
    make more videos.

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

    Great video, but how do we set values usin the buildcontext so the rest of the widgets can act based on its context? I think you covered the latter part, not the first.

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

      That's not really how build context works. You don't set values to it, you use it to retrieve those values. You can do that with state management. I just released a video about that

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

      @@hungrimind Thank you, I'll check it out.

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

    very good. Do a video on getx

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

      Thank you, but I no longer use GetX :)

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

      @@hungrimind riverpod?

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

    Doesn’t really tell everything about context