rivertion library
Classes
- ExpansibleControllerSource
- FocusNodeSource
-
Source<
T> - SourceBuilder
-
SourceController<
T> - A SourceController that allows modifying its state from outside.
-
SourceListenable<
T> -
SourceNotifier<
T> - SourceRef
-
SourceState<
T extends SourceStatefulWidget> - The State for a SourceStatefulWidget.
- SourceStatefulWidget
- A StatefulWidget that has a State capable of reading sources.
-
SourceSubscription<
T> - SourceWidget
- TabControllerSource
Mixins
Extensions
- FocusNodeExtension on FocusNode
-
IterableSourceExtensions
on SourceListenable<
Iterable< T> > -
ObjectSourceExtensions
on SourceListenable<
T?> - SourceExpansibleControllerExtension on ExpansibleController
-
SourceExtensions
on Source<
T> - SourceListenableExtension on T
-
SourceListenableExtensions
on SourceListenable<
T> - SourceTabControllerExtension on TabController
-
SourceTextEditingValueExtension
on SourceListenable<
TextEditingValue> -
SourceValueListenablewExtension
on ValueListenable<
T> -
StringSourceExtensions
on SourceListenable<
String>
Typedefs
-
SourceImmediatelyListener<
T> = void Function(T? previous, T state) -
SourceListener<
T> = void Function(T previous, T state)