Chapter 4 - InheritedNotifier and ChangeNotifier - Flutter State Management Course 💙

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • Part of Flutter State Management playlist: • Flutter State Manageme...
    In this chapter we talk about ChangeNotifier and how you can wrap your state and value changes inside an instance of ChangeNotifier. Then to consume your changes you can use an InheritedNotifier that has a "notifier" which is your change notifier and a "child" which can be anything. We will also look at why it is important to use a Builder inside our InheritedNotifier to get hold of the inherited notifier itself.
    🐦 Twitter: / vandadnp
    🔵 LinkedIn: / vandadnp
    🤝 Want to support my work? buymeacoffee.c...

ความคิดเห็น • 23

  • @explex
    @explex 2 หลายเดือนก่อน +2

    Thank you Vandad. You are so inspiring.

  • @ashiquealimughal7684
    @ashiquealimughal7684 ปีที่แล้ว +3

    I just wanted to take a moment to thank you for your Flutter State Management Course. I really enjoyed it and I learned a lot. Your explanations were clear and concise, and the examples were helpful. I especially appreciated the way you broke down the concepts into easy-to-understand steps.
    Thank you again for making such a great resource!

    • @VandadNP
      @VandadNP  ปีที่แล้ว +1

      I'm really glad to hear that

  • @Eunsmoqj
    @Eunsmoqj 7 หลายเดือนก่อน

    19:17 I was really struggling about understanding all of those notifiers, changenotifiers,inheritednotifiers,valuenotifiers, foo bar bazNotifiers and that laugh got me :D You are one of the best teachers I've seen you really understand us XDDDDD Love u < 3 thx you so much.

  • @philosophia5577
    @philosophia5577 7 หลายเดือนก่อน +1

    Videos of InheritedWidget and InheritedModel got me a bit confused because we had to use setState, which rebuilds the entire build function but this one feels more at home with State Management, Thanks Vadad for such amazing content.

  • @KMuse99
    @KMuse99 2 ปีที่แล้ว +3

    Thank you for all your hard work creating these amazing tutorials.

    • @VandadNP
      @VandadNP  2 ปีที่แล้ว +2

      Glad you like them!

  • @shreemanarjun
    @shreemanarjun 2 ปีที่แล้ว +1

    STILL LOVE THESE TUTORIAL. STILL LEARNING DEEP INSIDE FLUTTER. ❤️

  • @mobileboy712
    @mobileboy712 2 ปีที่แล้ว +2

    this one is much better because you started from the UI before targetting the problem, I wish you could keep this method, it makes following much easier (we will be on the same page because we know where we are heading ) , and again thank you so much for this content

    • @VandadNP
      @VandadNP  2 ปีที่แล้ว

      I’ve explained this I believe in one of my videos but keeping the UI active at all times might make the videos much longer because we would have to work on a lot of bits and pieces at the same time which will make the experience quite jumpy and difficult to follow

  • @delmanali4863
    @delmanali4863 2 ปีที่แล้ว +1

    Waiting for StateNotifier thanx

    • @VandadNP
      @VandadNP  2 ปีที่แล้ว +1

      Good idea, will work on that

  • @souravsuman636
    @souravsuman636 2 ปีที่แล้ว

    Thank you♥️

    • @VandadNP
      @VandadNP  2 ปีที่แล้ว +1

      No problem 💙

  • @hemantchauhan6437
    @hemantchauhan6437 ปีที่แล้ว

    Why SliderInheritedNotifier was not present when build function was calling or built ? 26:40

  • @meek6836
    @meek6836 2 ปีที่แล้ว

    Thanks

    • @VandadNP
      @VandadNP  2 ปีที่แล้ว

      No problem 💙

  • @YY-ic7eo
    @YY-ic7eo 2 ปีที่แล้ว

    I wanted to watch those 4 videos before starting with riverpod, I understood nothing. I'm gonna watch them twice xD.

  • @_undecided
    @_undecided 2 ปีที่แล้ว

    One generic InheritedNotifier is a one off the cleanest way to rebuild. But I wonder it doesn't need dispose Listenable values with like as Consumer example?

  • @calpal101
    @calpal101 ปีที่แล้ว

    13:40

  • @tomkulaga4005
    @tomkulaga4005 2 ปีที่แล้ว +1

    Nice video thanks. How do you get the error message to come up full line and in colour as you type? Looks handy

    • @muhammadtaher4909
      @muhammadtaher4909 2 ปีที่แล้ว +2

      it's an extension in visual studio code called Error Lens

    • @tomkulaga4005
      @tomkulaga4005 2 ปีที่แล้ว +2

      Thanks and thanks again for great video