stateful library

Classes

Animated
An helper widget that instanciate an AnimationController and dispose it.
Disposed<T>
A simple wrapper around StatefulWidgets that initialize a single item from initState and dispose it.
DisposedValue<T>
Initializer
A simple wrapper around StatefulWidget which calls its initialize callback after the first frame if afterFirstFrame is true.
Paged
An helper widget that instanciate an PageController and dispose it.
Registered
Registry
RegistryEntry<T>
RegistryInitialized<T>
RegistryTicked<T>
RegistryValues
Scrolled
An helper widget that instanciate an ScrollController and dispose it.
Tabbed
An helper widget that instanciate an TabController and dispose it.
TextEdited
An helper widget that instanciate an TextEditingController and dispose it.
Ticked<T>
A simple wrapper around StatefulWidgets that initialize a single item from initState and dispose it.

Typedefs

DisposedDisposer<T> = void Function()
DisposedInitializer<T> = DisposedValue<T> Function(BuildContext context)
DisposedWidgetBuilder<T> = Widget Function(BuildContext context, T value)
InitializerInitialize = void Function(BuildContext context)
TickedInitializer<T> = DisposedValue<T> Function(BuildContext context, TickerProvider vsync)
WidgetRegistryBuilder = Widget Function(BuildContext context, RegistryValues values)