Flutter State Management using ChangeNotifier and AnimatedBuilder - No Packages

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

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

  • @joeyroman84
    @joeyroman84 2 года назад +2

    Thank you for these 3 videos! I have been using BloC and Riverpod but have no idea what is going on in the background. At least with these methods I understand what it is I am doing. Streams next I am assuming? :D Are there any performance differences between Inherited/ValueNotifier/ChangeNotifier? Seems like they can all be used interchangeably.

    • @JediPixels
      @JediPixels  2 года назад +2

      Yes, I am planning using Streams for future videos. Like you said, they can be use interchangeably, it's a preference depending on the goal that you need to accomplish. With the projects I have worked on, I have not seen any serious difference in performance. What can effect the performance is the app's logic that runs the custom task before the changes are redrawn on the screen.
      Thanks you.

  • @prasantkumar7693
    @prasantkumar7693 2 года назад +2

    Nice explanation and interesting research by you. Thank you