Flutter State Management - InheritedWidget - InheritedModel - ValueNotifier - ValueListenableBuilder

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.ย. 2024
  • In this video, you are going to take a look at how to use Flutter's Way State Management - No Packages:
    • How to use InheritedWidget to pass data from a parent (ancestor) widget to child (descendant) widgets in the widget tree
    • How to use InheritedModel to selectively rebuild individual widgets for performance
    • How to use ValueNotifier and ValueListenableBuilder to selectively rebuild individual widgets for performance
    GitHub: github.com/Jed...
    Twitter: / jedipixels
    Looking for Updates: JediPixels.dev
    Blog Article: jedipixels.dev...
    Beginning Flutter Book: www.amazon.com...
    Subscribe: www.youtube.co...
    #flutter #dart #flutterdev #appdevelopment

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

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

    I think this is the best explanation of Flutter State Management I have ever watched so far. Simple, Clear and Functional.

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

      Thank you, greatly appreciated.

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

    Please continue, you explain things in a digestible way.

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

      I greatly appreciate it.

  • @AshokKumar-dk8kz
    @AshokKumar-dk8kz 4 ปีที่แล้ว +2

    I'm the 1000th subscriber. Glad to be a 1kth subscriber of this channel.👌🤩🔥🔥🔥

  • @aurelius777ge7
    @aurelius777ge7 3 ปีที่แล้ว

    Which hardware components (without monitor) for desktop(Linux/windows)you can recommend for low budget(300-400 usd) ? for comfortable work with flutter

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

    Nice tutorial
    Please make a video of API data caching with dio_http_cache or something else

    • @JediPixels
      @JediPixels  4 ปีที่แล้ว

      Thanks for the suggestion, I will keep it in mind.

  • @supadickhead
    @supadickhead 4 ปีที่แล้ว

    I don't think Flutter themselves recommend using this

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

      Actually, Kenzie Schmoll (Software Engineer) on the Flutter Dev Tools in one of her talks last week spoke about how they use some of the same techniques. Google has stated many times to use what works for you. If you watch some of the Flutter Widgets videos on TH-cam they actually show some of these widgets and techniques and some in details. You can of course use 3rd party packages (20 or more as of now) if you like, this presentation was about using the Flutter's built in classes to manage your state. I hope this helps.