Flutter's Random Talk: the implementation of component life cycle, State state management and local redrawing (Inherit)

    catalogue life cycle How does the component refresh when the State changes InheritedWidget InheritedModel InheritedNotifier Notifier     life cycle There are actually two kinds of life cycles of a fluent: stateful widget and stateless widget. These two are the two basic components of fluent, and their names have well indicated ...

Posted by dhrubajyoti on Sat, 29 Jan 2022 10:37:40 +0100