core library

Classes

ReactterContext
A context that allows to manages the ReactterHooks and provides Lifecycle events.
ReactterHook
Provides the functionality of ReactterHookManager.
ReactterHookManager
A hook manager.
ReactterInstance<T>
ReactterInstanceManager
A instances manager

Enums

Lifecycle

Properties

Reactter → _ReactterInterface
final

Functions

defaultLogWriterCallback(String value, {bool isError = false}) → void
Logger

Typedefs

AsyncFunction<T, A> = Future<T> Function([A arg])
CallbackEvent<T extends Object?, P> = void Function(T? inst, P param)
ContextBuilder<T> = T Function()
A function to generate the instance of T
InstanceBuilder<T> = Widget Function(T inst, BuildContext context, Widget? child)
ListenHooks<T> = List<ReactterHook> Function(T instance)
LogWriterCallback = void Function(String text, {bool isError})
OnInitContext<T> = void Function(T instance)
Reducer<T> = T Function(T state, ReactterAction action)
SelectorAspect<T> = bool Function(InheritedElement inheritedElement)
WhenErrorReturn<R> = R Function(Object? value)
WhenValueReturn<T, R> = R Function(T value)