dart_board_widgets library

Classes

BooleanBuilder
Boolean Builder
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
Convertor<In, Out>
Type conversion widget
LifeCycleWidget
PeriodicWidget
You can use this to register periodic callbacks in your widget tree
WidgetStream
The idea here is that this widget gets an async *, and can yield portions of the tree as it goes

Extensions

ChangeNotifierBuilderExtension on ChangeNotifier
ChangeNotifierBuilder Extension