Managing State in Flutter, Episode 7: Meet the Inherited Widget | raywenderlich.com

Learn about the Inherited Widget - Flutter’s main component for managing state in an app. While using the Inherited Widget is relatively straight forward, there are some things to consider.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/34552040-managing-state-in-flutter/lessons/7

Hi, I saw many examples in the internet and I have a question, if I use an AnimatedWidget in the wiget that receive the value, I don`t need to use a StatefulWidget to update the screen?