Share state across the widget tree
Provider is Flutter's recommended way to share state across the widget tree without passing data through every level.
Data must pass through every widget, even those that do not use it.