Flutter State Management - InheritedWidget - InheritedModel - ValueNotifier - ValueListenableBuilder

Поделиться
HTML-код
  • Опубликовано: 19 ноя 2024

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

  • @metaf6
    @metaf6 3 года назад +2

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

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

      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.👌🤩🔥🔥🔥

  • @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.

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

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

  • @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 RUclips 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.