Quiz on the Provider Package
Test your understanding of the provider package.
We'll cover the following...
We'll cover the following...
Provider Package Quiz
1.
(Fill in the blank.) The ________ listens to a ChangeNotifier
extended by the model class, exposes it to its children and descendants, and rebuilds whenever notifyListeners()
is called.
A.
Consumer<T>
B.
ChangeNotifierProvider<T extends ChangeNotifier>
C.
FutureProvider<T>
1 / 3