eagle_provider library

Classes

Controller<S extends StateController>
The Controller class extends ValueNotifier and adds a mechanism for tracking changes to its value. It provides the emit method to update its value, and notifies listeners when the value changes.
ControllerBuilder<C extends Controller<S>, S extends StateController>
The widget also calls the builder whenever the buildWhen condition is met and returns the output of the builder as its child. If the buildWhen condition is not met, it returns the last output of the builder.
ControllerConsummer<C extends Controller<S>, S extends StateController>
A StatelessWidget that listens to a Controller and calls the listener whenever the listenWhen condition is met.
ControllerProvider<T>
A widget that provides a Controller to its descendants.
StateController
Contract class for the state. Here you should have the variables that will be used to control the iterations in the UI

Enums

Status
Status control