widgets/change_notifier_builder library
Classes
-
ChangeNotifierBuilder<
T extends ChangeNotifier> - Takes a ChangeNotifier and Builds with It
-
ChangeNotifierBuilder2<
T extends ChangeNotifier, V extends ChangeNotifier> - Takes two ChangeNotifier and Builds with them with a function Syntactic sugar
-
ChangeNotifierBuilder3<
T extends ChangeNotifier, V extends ChangeNotifier, Z extends ChangeNotifier> - Takes two ChangeNotifier and Builds with them with a function Syntactic sugar
Extensions
- ChangeNotifierBuilderExtension on ChangeNotifier
- ChangeNotifierBuilder Extension