Flutter State Management - InheritedWidget - InheritedModel - ValueNotifier - ValueListenableBuilder

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

КОМЕНТАРІ • 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.

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