widgets/with_controller_widget library

Classes

WithController<C>
A WithController widget is a convenience widget. It avoids the need of managing a controller's lifecycle, its dispose and also its reactions, since most of the times it's just boilerplate burden.
WithControllerState<C>