<p>Similar to other frameworks like React, Flutter favors a declarative approach to building the user interface, in which the app has a state, and the UI is a function of the state. </p> <p>In this course, you'll see how to use the Provider package to move app state up the widget tree into providers that trigger rebuilds of the UI when the app state changes. You'll see that using a provider is straightforward and provides a foundation for understanding more advanced approaches to managing app state.</p>
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/6011211-manage-state-with-provider