reactive_forms_lbc library
Classes
- Nested
- A widget that simplify the writing of deeply nested widget trees.
-
ReactiveFormArrayCollectionBuilder<
T> -
ReactiveFormArrayCollectionBuilderBase<
T> -
ReactiveFormArrayCollectionBuilderBaseState<
T> -
ReactiveFormArrayCollectionConsumer<
T> -
ReactiveFormArrayCollectionListener<
T> -
ReactiveFormArrayCollectionListenerBase<
T> -
ReactiveFormArrayCollectionListenerBaseState<
T> -
ReactiveFormControlFocusBuilder<
T> -
ReactiveFormControlFocusBuilderBase<
T> -
ReactiveFormControlFocusBuilderBaseState<
T> -
ReactiveFormControlFocusConsumer<
T> -
ReactiveFormControlFocusListener<
T> -
ReactiveFormControlFocusListenerBase<
T> -
ReactiveFormControlFocusListenerBaseState<
T> -
ReactiveFormControlStatusBuilder<
T> -
ReactiveFormControlStatusBuilderBase<
T> -
ReactiveFormControlStatusBuilderBaseState<
T> -
ReactiveFormControlStatusConsumer<
T> -
ReactiveFormControlStatusListener<
T> -
ReactiveFormControlStatusListenerBase<
T> -
ReactiveFormControlStatusListenerBaseState<
T> -
ReactiveFormControlTouchBuilder<
T> -
ReactiveFormControlTouchBuilderBase<
T> -
ReactiveFormControlTouchBuilderBaseState<
T> -
ReactiveFormControlTouchConsumer<
T> -
ReactiveFormControlTouchListener<
T> -
ReactiveFormControlTouchListenerBase<
T> -
ReactiveFormControlTouchListenerBaseState<
T> -
ReactiveFormControlValueBuilder<
T> -
ReactiveFormControlValueBuilderBase<
T> -
ReactiveFormControlValueBuilderBaseState<
T> -
ReactiveFormControlValueConsumer<
T> -
ReactiveFormControlValueListener<
T> -
ReactiveFormControlValueListenerBase<
T> -
ReactiveFormControlValueListenerBaseState<
T> - SingleChildBuilder
- A SingleChildWidget that delegates its implementation to a callback.
-
SingleChildState<
T extends SingleChildStatefulWidget> - A State for SingleChildStatefulWidget.
- SingleChildStatefulElement
- An Element that uses a SingleChildStatefulWidget as its configuration.
- SingleChildStatefulWidget
- A StatefulWidget that is compatible with Nested.
- SingleChildStatelessElement
- An Element that uses a SingleChildStatelessWidget as its configuration.
- SingleChildStatelessWidget
- A StatelessWidget that implements SingleChildWidget and is therefore compatible with Nested.
- SingleChildWidget
- A Widget that takes a single descendant.
Mixins
Typedefs
-
ReactiveBuilderCondition<
T> = bool Function(AbstractControl< T> control, T? previousValue, T? currentValue) -
ReactiveFormArrayCollectionBuilderCondition<
T> = bool Function(FormArray< T> formArray, List<AbstractControl< previousControls, List<T> >AbstractControl< currentControls)T> > -
ReactiveFormArrayCollectionInitListener<
T> = void Function(FormArray< T> formArray) -
ReactiveFormArrayCollectionItemCallback<
T> = void Function(BuildContext context, FormArray< T> formArray, AbstractControl<T> control, int index) -
ReactiveFormArrayCollectionListenerCondition<
T> = bool Function(FormArray< T> formArray, List<AbstractControl< previousControls, List<T> >AbstractControl< currentControls)T> > -
ReactiveFormArrayCollectionWidgetBuilder<
T> = Widget Function(BuildContext context, FormArray< T> formArray) -
ReactiveFormControlFocusBuilderCondition<
T> = bool Function(FormControl< T> control, bool previousValue, bool currentValue) -
ReactiveFormControlFocusListenerCondition<
T> = bool Function(FormControl< T> control, bool previousValue, bool currentValue) -
ReactiveFormControlFocusWidgetListener<
T> = void Function(BuildContext context, FormControl< T> control) -
ReactiveFormControlStatusBuilderCondition<
T> = bool Function(AbstractControl< T> control, ControlStatus previousValue, ControlStatus currentValue) -
ReactiveFormControlStatusListenerCondition<
T> = bool Function(AbstractControl< T> control, ControlStatus previousValue, ControlStatus currentValue) -
ReactiveFormControlTouchBuilderCondition<
T> = bool Function(AbstractControl< T> control, bool previousValue, bool currentValue) -
ReactiveFormControlTouchListenerCondition<
T> = bool Function(AbstractControl< T> control, bool previousValue, bool currentValue) -
ReactiveFormControlValueListenerCondition<
T> = bool Function(AbstractControl< T> control, T? previousValue, T? currentValue) -
ReactiveFormControlWidgetBuilder<
T> = Widget Function(BuildContext context, AbstractControl< T> control) -
ReactiveFormControlWidgetInitListener<
T> = void Function(AbstractControl< T> control) -
ReactiveFormControlWidgetListener<
T> = void Function(BuildContext context, AbstractControl< T> control)